forked from Telodendria/Telodendria
Make production configuration file more platform-agnostic
This commit is contained in:
parent
0fa2da8177
commit
70fd925c98
1 changed files with 1 additions and 2 deletions
|
@ -18,14 +18,13 @@ server-name "example.com";
|
||||||
base-url "https://matrix.example.com";
|
base-url "https://matrix.example.com";
|
||||||
identity-server "https://identity.example.com";
|
identity-server "https://identity.example.com";
|
||||||
|
|
||||||
id "_telodendria";
|
|
||||||
data-dir "/var/telodendria";
|
data-dir "/var/telodendria";
|
||||||
|
|
||||||
federation "true";
|
federation "true";
|
||||||
registration "false";
|
registration "false";
|
||||||
|
|
||||||
log "file" {
|
log "file" {
|
||||||
level "warning";
|
level "message";
|
||||||
timestampFormat "default";
|
timestampFormat "default";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue