mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:06:08 -04:00
code beautify
This commit is contained in:
parent
77c5db5977
commit
f53bae0c19
3 changed files with 3 additions and 2 deletions
|
@ -15,6 +15,7 @@
|
|||
|
||||
from ._base import Config
|
||||
|
||||
|
||||
class SAML2Config(Config):
|
||||
def read_config(self, config):
|
||||
self.saml2_config = config["saml2_config"]
|
||||
|
@ -24,4 +25,4 @@ class SAML2Config(Config):
|
|||
saml2_config:
|
||||
config_path: "%s/sp_conf.py"
|
||||
idp_redirect_url: "http://%s/idp"
|
||||
"""%(config_dir_path, server_name)
|
||||
""" % (config_dir_path, server_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue