diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-08-26 12:26:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-26 11:26:06 +0000 |
commit | 5e5c8150d798f6929ddedbb39f9f11486558cdbc (patch) | |
tree | 88aa3464ae58b3ba513b6869de4075d75858f4b1 /changelog.d | |
parent | Update debhelper (#13594) (diff) | |
download | synapse-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.feature | 1 |
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. |