summary refs log tree commit diff
path: root/synapse_topology/server/schemas.py
diff options
context:
space:
mode:
authorJorik Schellekens <joriks@matrix.org>2019-08-23 10:47:23 +0100
committerJorik Schellekens <joriks@matrix.org>2019-08-28 15:59:54 +0100
commitb78ae32b4ece0d690ad5cd471d742735533fc9f6 (patch)
treee5708e0397ee8fdbe21752a5ee403129ff920dd0 /synapse_topology/server/schemas.py
parentRemove unused api endpoints. (diff)
downloadsynapse-b78ae32b4ece0d690ad5cd471d742735533fc9f6.tar.xz
Fix config generation
Diffstat (limited to 'synapse_topology/server/schemas.py')
-rw-r--r--synapse_topology/server/schemas.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse_topology/server/schemas.py b/synapse_topology/server/schemas.py

index 898883f14d..90cc7a0969 100644 --- a/synapse_topology/server/schemas.py +++ b/synapse_topology/server/schemas.py
@@ -18,7 +18,7 @@ BASE_CONFIG_SCHEMA = { "pid_file": {"type": "string", "minlength": 1}, "listeners": {"type": "array"}, "acme": {"type": "object"}, - "database": {"type": "object"}, + "database": {"type": "string", "minlength": 1}, "tls_certificate_path": {"type": "string", "minlength": 1}, "tls_private_key_path": {"type": "string", "minlength": 1}, "server_config_in_use": {"type": "boolean"},