Initial storage for Implementation of push notification

This commit is contained in:
Dan Peleg 2021-04-23 21:28:38 +03:00
parent d6e9b7b307
commit dd8b05c310
18 changed files with 537 additions and 0 deletions

View file

@ -318,6 +318,11 @@ user_api:
max_open_conns: 10
max_idle_conns: 2
conn_max_lifetime: -1
pusher_database:
connection_string: postgresql://dendrite:itsasecret@postgres/dendrite_userapi_pushers?sslmode=disable
max_open_conns: 10
max_idle_conns: 2
conn_max_lifetime: -1
# Configuration for Opentracing.
# See https://github.com/matrix-org/dendrite/tree/master/docs/tracing for information on