Merge branch 'master' into 'master'

Fix docker-compose trusted_servers env var

See merge request famedly/conduit!87
merge-requests/88/head
Timo Kösters 3 years ago
commit d1c0eaf628

@ -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

@ -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

Loading…
Cancel
Save