fix registration configuration
This commit is contained in:
parent
75766f8a4d
commit
f497ce9dbb
@ -18,13 +18,16 @@ backend:
|
||||
env:
|
||||
NEO4J_URI: "bolt://ocelot-neo4j-neo4j:7687"
|
||||
# PRODUCTION_DB_CLEAN_ALLOW: "true"
|
||||
PUBLIC_REGISTRATION: "true"
|
||||
INVITE_REGISTRATION: "true"
|
||||
PUBLIC_REGISTRATION: "false"
|
||||
INVITE_REGISTRATION: "false"
|
||||
CATEGORIES_ACTIVE:
|
||||
|
||||
webapp:
|
||||
image:
|
||||
repository: ghcr.io/{{ .StateValues.github_repository | lower }}/webapp
|
||||
env:
|
||||
PUBLIC_REGISTRATION: "false"
|
||||
INVITE_REGISTRATION: "false"
|
||||
|
||||
maintenance:
|
||||
image:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user