uncomment push_server config

This commit is contained in:
SaltireSoul 2022-04-09 21:41:35 +01:00
parent 6925e26960
commit 515792790a

View File

@ -353,17 +353,17 @@ user_api:
# The default lifetime is 3600000ms (60 minutes). # The default lifetime is 3600000ms (60 minutes).
# openid_token_lifetime_ms: 3600000 # openid_token_lifetime_ms: 3600000
# Not in dendrite-config.yaml, but is in build/docker/config/dendrite.yaml (DB is created just in case) # Not in dendrite-config.yaml, but is in build/docker/config/dendrite.yaml
# Configuration for the Push Server API. # Configuration for the Push Server API.
#push_server: push_server:
# internal_api: internal_api:
# listen: http://localhost:7782 listen: http://localhost:7782
# connect: http://localhost:7782 connect: http://localhost:7782
# database: database:
# connection_string: {{ matrix_dendrite_database_str }}/{{ matrix_dendrite_pushserver_database }}?sslmode=disable connection_string: {{ matrix_dendrite_database_str }}/{{ matrix_dendrite_pushserver_database }}?sslmode=disable
# max_open_conns: 10 max_open_conns: 10
# max_idle_conns: 2 max_idle_conns: 2
# conn_max_lifetime: -1 conn_max_lifetime: -1
# Configuration for Opentracing. # Configuration for Opentracing.
# See https://github.com/matrix-org/dendrite/tree/master/docs/tracing for information on # See https://github.com/matrix-org/dendrite/tree/master/docs/tracing for information on