summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-08-26 12:26:06 +0100
committerGitHub <noreply@github.com>2022-08-26 11:26:06 +0000
commit5e5c8150d798f6929ddedbb39f9f11486558cdbc (patch)
tree88aa3464ae58b3ba513b6869de4075d75858f4b1 /changelog.d
parentUpdate debhelper (#13594) (diff)
downloadsynapse-5e5c8150d798f6929ddedbb39f9f11486558cdbc.tar.xz
Generate missing configuration files at startup (#13615)
If things like the signing key file are missing, let's just try to generate
them on startup.

Again, this is useful for k8s-like deployments where we just want to generate
keys on the first run.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13615.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13615.feature b/changelog.d/13615.feature
new file mode 100644
index 0000000000..c2c568f1eb
--- /dev/null
+++ b/changelog.d/13615.feature
@@ -0,0 +1 @@
+Change the default startup behaviour so that any missing "additional" configuration files (signing key, etc) are generated automatically.