summary refs log tree commit diff
path: root/synapse/config/database.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-03-05 14:41:13 +0000
committerErik Johnston <erik@matrix.org>2019-03-05 14:41:13 +0000
commitdc510e0e43ea1c8401f2ed0bfcd1af34c88c9a8b (patch)
treea8a1f183cc788061f1078c209b5f85f741e646df /synapse/config/database.py
parentRemove #4733 debug (#4767) (diff)
parentAdd rate-limiting on registration (#4735) (diff)
downloadsynapse-dc510e0e43ea1c8401f2ed0bfcd1af34c88c9a8b.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes
Diffstat (limited to 'synapse/config/database.py')
-rw-r--r--synapse/config/database.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/config/database.py b/synapse/config/database.py

index c8890147a6..63e9cb63f8 100644 --- a/synapse/config/database.py +++ b/synapse/config/database.py
@@ -49,7 +49,8 @@ class DatabaseConfig(Config): def default_config(self, data_dir_path, **kwargs): database_path = os.path.join(data_dir_path, "homeserver.db") return """\ - # Database configuration + ## Database ## + database: # The database engine name name: "sqlite3"