Make production configuration file more platform-agnostic

This commit is contained in:
Jordan Bancino 2022-11-20 13:25:07 +00:00
parent 0fa2da8177
commit 70fd925c98
1 changed files with 1 additions and 2 deletions

View File

@ -18,14 +18,13 @@ server-name "example.com";
base-url "https://matrix.example.com";
identity-server "https://identity.example.com";
id "_telodendria";
data-dir "/var/telodendria";
federation "true";
registration "false";
log "file" {
level "warning";
level "message";
timestampFormat "default";
};