mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-03-29 21:59:04 +03:00
fix MAS public base
This commit is contained in:
@@ -27,8 +27,8 @@ http:
|
|||||||
- 127.0.0.1/8
|
- 127.0.0.1/8
|
||||||
- fd00::/8
|
- fd00::/8
|
||||||
- ::1/128
|
- ::1/128
|
||||||
public_base: http://[::]:8080/
|
public_base: https://${MAS_FQDN}/
|
||||||
issuer: http://[::]:8080/
|
issuer: https://${MAS_FQDN}/
|
||||||
database:
|
database:
|
||||||
host: postgres
|
host: postgres
|
||||||
database: mas
|
database: mas
|
||||||
|
|||||||
Reference in New Issue
Block a user