mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:06:07 -04:00
Write a default log_config when generating config
This commit is contained in:
parent
74aaacf82a
commit
2f1348f339
5 changed files with 59 additions and 6 deletions
|
@ -107,7 +107,7 @@ class KeyConfig(Config):
|
|||
)
|
||||
return keys
|
||||
|
||||
def generate_keys(self, config):
|
||||
def generate_files(self, config):
|
||||
signing_key_path = config["signing_key_path"]
|
||||
if not os.path.exists(signing_key_path):
|
||||
with open(signing_key_path, "w") as signing_key_file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue