anonymousland-synapse/synapse/config
Erik Johnston f078ecbc8f Derive macaroon_secret_key from signing key.
Unfortunately, there are people that are running synapse without a
`macaroon_sercret_key` set. Mandating they set one is a good solution,
except that breaking auto upgrades is annoying.
2016-02-08 16:35:44 +00:00
..
__init__.py
__main__.py Error if macaroon key is missing from config 2016-02-05 01:58:23 +00:00
_base.py Error if macaroon key is missing from config 2016-02-05 01:58:23 +00:00
appservice.py
captcha.py
cas.py
database.py
homeserver.py
key.py Derive macaroon_secret_key from signing key. 2016-02-08 16:35:44 +00:00
logger.py
metrics.py
password.py
ratelimiting.py
registration.py Derive macaroon_secret_key from signing key. 2016-02-08 16:35:44 +00:00
repository.py
saml2.py
server.py
tls.py
voip.py