This commit is contained in:
Bob Mottram 2016-12-30 19:35:11 +00:00
parent b8bfd084d8
commit 9ac187f036
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ function matrix_configure_homeserver_yaml {
sub(/turn_shared_secret: "YOUR_SHARED_SECRET"/, TURNSHAREDSECRET);
sub(/turn_uris: \[\]/, TURNURIES);
sub(/pid_file: \/homeserver.pid/, PIDFILE);
sub(${MATRIX_DATA_DIR}base: "\/homeserver.db"/, DATABASE);
sub(/database: "\/homeserver.db"/, DATABASE);
sub(/log_file: "\/homeserver.log"/, LOGFILE);
sub(/media_store_path: "\/media_store"/, MEDIASTORE);
print;