Add CONDUIT_TRUSTED_SERVERS config param

This commit is contained in:
Daniel Wiesenberg 2021-05-22 16:53:08 +02:00
parent 5a7ccbdfab
commit c6625d83e6
2 changed files with 13 additions and 9 deletions

View file

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