mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:16:09 -04:00
Fix homeserver config parsing
This commit is contained in:
parent
a9512d0994
commit
9ea1de432d
9 changed files with 66 additions and 36 deletions
|
@ -28,7 +28,7 @@ class TlsConfig(Config):
|
|||
self.tls_private_key = self.read_tls_private_key(
|
||||
args.tls_private_key_path
|
||||
)
|
||||
self.tls_dh_params_path = args.tls_dh_params_path
|
||||
self.tls_dh_params_path = self.abspath(args.tls_dh_params_path)
|
||||
|
||||
@classmethod
|
||||
def add_arguments(cls, parser):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue