summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorJonathan de Jong <jonathan@automatia.nl>2021-08-31 18:25:35 +0200
committerJonathan de Jong <jonathan@automatia.nl>2021-08-31 18:25:35 +0200
commit9ec8b7f2b324d2f4d344baecf845e30c8036f5b6 (patch)
tree8bc3077ae3b7ad9bc166ed3b6d9a7768ea73b8c7 /docker
parent49dd3567c693df48cfb4ca5ae482b5607e684efa (diff)
downloadconduit-9ec8b7f2b324d2f4d344baecf845e30c8036f5b6.zip
registration default true
Diffstat (limited to 'docker')
-rw-r--r--docker/docker-compose.traefik.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/docker-compose.traefik.yml b/docker/docker-compose.traefik.yml
index 58fa3ed..29d0ee3 100644
--- a/docker/docker-compose.traefik.yml
+++ b/docker/docker-compose.traefik.yml
@@ -27,6 +27,7 @@ services:
environment:
CONDUIT_SERVER_NAME: localhost:6167 # replace with your own name
CONDUIT_TRUSTED_SERVERS: '["matrix.org"]'
+ CONDUIT_ALLOW_REGISTRATION : 'true'
### Uncomment and change values as desired
# CONDUIT_ADDRESS: 0.0.0.0
# CONDUIT_PORT: 6167
@@ -34,7 +35,6 @@ services:
# Available levels are: error, warn, info, debug, trace - more info at: https://docs.rs/env_logger/*/env_logger/#enabling-logging
# CONDUIT_LOG: info # default is: "info,rocket=off,_=off,sled=off"
# CONDUIT_ALLOW_JAEGER: 'false'
- # CONDUIT_ALLOW_REGISTRATION : 'false'
# CONDUIT_ALLOW_ENCRYPTION: 'false'
# CONDUIT_ALLOW_FEDERATION: 'false'
# CONDUIT_DATABASE_PATH: /srv/conduit/.local/share/conduit