1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-09-30 07:08:53 +02:00

Fix docker-compose trusted_servers env var

This commit is contained in:
Daniel Wiesenberg 2021-05-25 21:34:31 +02:00
parent 634fe04c33
commit 8387ceacab
2 changed files with 2 additions and 4 deletions

View file

@ -26,8 +26,7 @@ services:
# - ./conduit.toml:/srv/conduit/conduit.toml # - ./conduit.toml:/srv/conduit/conduit.toml
environment: environment:
CONDUIT_SERVER_NAME: localhost:8000 # replace with your own name CONDUIT_SERVER_NAME: localhost:8000 # replace with your own name
CONDUIT_TRUSTED_SERVERS: CONDUIT_TRUSTED_SERVERS: '["matrix.org"]'
- 'matrix.org'
### Uncomment and change values as desired ### Uncomment and change values as desired
# CONDUIT_ADDRESS: 127.0.0.1 # CONDUIT_ADDRESS: 127.0.0.1
# CONDUIT_PORT: 8000 # CONDUIT_PORT: 8000

View file

@ -26,8 +26,7 @@ services:
- proxy - proxy
environment: environment:
CONDUIT_SERVER_NAME: localhost:8000 # replace with your own name CONDUIT_SERVER_NAME: localhost:8000 # replace with your own name
CONDUIT_TRUSTED_SERVERS: CONDUIT_TRUSTED_SERVERS: '["matrix.org"]'
- 'matrix.org'
### Uncomment and change values as desired ### Uncomment and change values as desired
# CONDUIT_ADDRESS: 127.0.0.1 # CONDUIT_ADDRESS: 127.0.0.1
# CONDUIT_PORT: 8000 # CONDUIT_PORT: 8000