app/matrix: finish parametrization, fix running as non-root

This should allow us to run matrix on our default podsecuritypolicy.

Change-Id: I054f527ebab2f499e7a6595e618281a58c82e283
diff --git a/app/matrix/lib/synapse/homeserver.yaml b/app/matrix/lib/synapse/homeserver.yaml
index 2c39c23..05c4d00 100644
--- a/app/matrix/lib/synapse/homeserver.yaml
+++ b/app/matrix/lib/synapse/homeserver.yaml
@@ -7,7 +7,7 @@
 pid_file: /homeserver.pid

 web_client: False

 soft_file_limit: 0

-log_config: "/config/log.config"

+log_config: "/conf/log.config"

 

 ## Ports ##

 

@@ -137,5 +137,3 @@
 password_config:

    enabled: false

 

-cas_config:

-  enabled: false