diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-06-24 14:14:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-24 14:14:20 +0100 |
commit | cf7aef11145254ba3d008b39865146ee21da8ffc (patch) | |
tree | a43f34872f48cccbb10044b032cd36003cc85a3b /synapse/config/_base.py | |
parent | Pass config_dir_path and data_dir_path into Config.read_config. (#5522) (diff) | |
parent | changelog (diff) | |
download | synapse-cf7aef11145254ba3d008b39865146ee21da8ffc.tar.xz |
Merge pull request #5516 from matrix-org/rav/acme_key_path
Allow configuration of the path used for ACME account keys.
Diffstat (limited to 'synapse/config/_base.py')
-rw-r--r-- | synapse/config/_base.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/config/_base.py b/synapse/config/_base.py index 6baa315874..21d110c82d 100644 --- a/synapse/config/_base.py +++ b/synapse/config/_base.py @@ -414,9 +414,6 @@ class Config(object): Returns: dict """ - # FIXME: get rid of this - self.config_dir_path = config_dir_path - # first we read the config files into a dict specified_config = {} for config_file in config_files: |