aboutsummaryrefslogtreecommitdiff
path: root/dendrite-config.yaml
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2020-06-19 09:37:19 +0100
committerGitHub <noreply@github.com>2020-06-19 09:37:19 +0100
commit72444e4a4f31b70dfb7ddd875ef874f637699dce (patch)
tree6699d365837c7ba330c79a7029a4e05fbfc0058d /dendrite-config.yaml
parent9e3d771a32059b96c5595b08bc1f13a481ca800b (diff)
User API polylith component (#1151)
* User API polylith component * Add docker-pull.sh
Diffstat (limited to 'dendrite-config.yaml')
-rw-r--r--dendrite-config.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/dendrite-config.yaml b/dendrite-config.yaml
index 52793cda..73bfec24 100644
--- a/dendrite-config.yaml
+++ b/dendrite-config.yaml
@@ -108,7 +108,9 @@ kafka:
output_send_to_device_event: eduServerSendToDeviceOutput
user_updates: userUpdates
-# The postgres connection configs for connecting to the databases e.g a postgres:// URI
+# The postgres connection configs for connecting to the databases, e.g.
+# for Postgres: postgres://username:password@hostname/database
+# for SQLite: file:filename.db or file:///path/to/filename.db
database:
account: "postgres://dendrite:itsasecret@localhost/dendrite_account?sslmode=disable"
device: "postgres://dendrite:itsasecret@localhost/dendrite_device?sslmode=disable"
@@ -122,7 +124,7 @@ database:
max_open_conns: 100
max_idle_conns: 2
conn_max_lifetime: -1
- # If using naffka you need to specify a naffka database
+ # If 'use_naffka: true' set above then you need to specify a naffka database
# naffka: "postgres://dendrite:itsasecret@localhost/dendrite_naffka?sslmode=disable"
# The TCP host:port pairs to bind the internal HTTP APIs to.