Synapse. Adding timezone variable.
This commit is contained in:
parent
8b07016cc2
commit
c486dda159
|
@ -11,6 +11,8 @@ HTTP_PORT_INT=8008
|
||||||
INTERFACE_EXT=127.0.0.1
|
INTERFACE_EXT=127.0.0.1
|
||||||
HTTP_PORT_EXT=8008
|
HTTP_PORT_EXT=8008
|
||||||
|
|
||||||
|
TZ=Europe/Moscow
|
||||||
|
|
||||||
# (mandatory): the server public hostname:
|
# (mandatory): the server public hostname:
|
||||||
SYNAPSE_SERVER_NAME=my.domain.tld
|
SYNAPSE_SERVER_NAME=my.domain.tld
|
||||||
# (mandatory, yes or no): whether to enable anonymous statistics reporting:
|
# (mandatory, yes or no): whether to enable anonymous statistics reporting:
|
||||||
|
|
Loading…
Reference in a new issue