missing merges from the last dendrite refresh

This commit is contained in:
Tak Wai Wong 2022-03-10 10:24:15 -08:00
parent 7a403ce839
commit cc75389ced
2 changed files with 0 additions and 22 deletions

View file

@ -312,20 +312,6 @@ user_api:
max_open_conns: 10 max_open_conns: 10
max_idle_conns: 2 max_idle_conns: 2
conn_max_lifetime: -1 conn_max_lifetime: -1
<<<<<<< HEAD
# Configuration for the Push Server API.
push_server:
internal_api:
listen: http://localhost:7782
connect: http://localhost:7782
database:
connection_string: postgresql://dendrite:itsasecret@postgres/dendrite_pushserver?sslmode=disable
max_open_conns: 10
max_idle_conns: 2
conn_max_lifetime: -1
=======
>>>>>>> bc7a8b0600c5d121807b45a8be59dfd8731716c4
# Configuration for the Push Server API. # Configuration for the Push Server API.
push_server: push_server:

View file

@ -200,14 +200,6 @@ user_api:
max_open_conns: 100 max_open_conns: 100
max_idle_conns: 2 max_idle_conns: 2
conn_max_lifetime: -1 conn_max_lifetime: -1
<<<<<<< HEAD
pusher_database:
connection_string: file:pushserver.db
max_open_conns: 100
max_idle_conns: 2
conn_max_lifetime: -1
=======
>>>>>>> bc7a8b0600c5d121807b45a8be59dfd8731716c4
pusher_database: pusher_database:
connection_string: file:pushserver.db connection_string: file:pushserver.db
max_open_conns: 100 max_open_conns: 100