Add CONDUIT_TRUSTED_SERVERS config param
This commit is contained in:
parent
5a7ccbdfab
commit
c6625d83e6
2 changed files with 13 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue