summary refs log tree commit diff
diff options
context:
space:
mode:
authorJorik Schellekens <joriks@matrix.org>2019-08-21 16:12:27 +0100
committerJorik Schellekens <joriks@matrix.org>2019-08-28 15:59:54 +0100
commitd79788c953f2022d5f3222632e6534f37d34aa96 (patch)
tree85b633ac1642dd9d29f36f31089915bc0559ee81
parentStarted templating the output (diff)
downloadsynapse-d79788c953f2022d5f3222632e6534f37d34aa96.tar.xz
Won't be needing those
-rw-r--r--synapse_topology/webui/src/js/utils/yaml.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse_topology/webui/src/js/utils/yaml.js b/synapse_topology/webui/src/js/utils/yaml.js
index bb706c6533..8e04c310d7 100644
--- a/synapse_topology/webui/src/js/utils/yaml.js
+++ b/synapse_topology/webui/src/js/utils/yaml.js
@@ -136,8 +136,6 @@ export const baseConfigToSynapseConfig = config => {
         server_name: config.servername,
         report_stats: config.reportStats,
         log_config: config.configDir + "/" + config.servername + ".log.config",
-        media_store_path: config.configDir + "/data/media_store",
-        uploads_path: config.configDir + "/data/uploads",
         pid_file: config.configDir + "/data/homeserver.pid",
         ...listeners(config),
         ...tlsPaths(config),