mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 03:54:11 -04:00
Fix some DETECTED VIOLATIONS in the config file (#7550)
consistency ftw
This commit is contained in:
parent
d1ae1015ec
commit
66a564c859
8 changed files with 72 additions and 55 deletions
|
@ -175,8 +175,8 @@ class KeyConfig(Config):
|
|||
)
|
||||
form_secret = 'form_secret: "%s"' % random_string_with_symbols(50)
|
||||
else:
|
||||
macaroon_secret_key = "# macaroon_secret_key: <PRIVATE STRING>"
|
||||
form_secret = "# form_secret: <PRIVATE STRING>"
|
||||
macaroon_secret_key = "#macaroon_secret_key: <PRIVATE STRING>"
|
||||
form_secret = "#form_secret: <PRIVATE STRING>"
|
||||
|
||||
return (
|
||||
"""\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue