Skip to content
Snippets Groups Projects
Commit f69aa5c0 authored by Bob Mottram's avatar Bob Mottram
Browse files

No logging by default

parent ea114b50
No related branches found
No related tags found
No related merge requests found
......@@ -181,6 +181,7 @@ function matrix_configure_homeserver_yaml {
sed -i "s|database: \".*|database: \"${MATRIX_DATA_DIR}/homeserver.db\"|g" "${filepath}"
sed -i "s|media_store_path:.*|media_store_path: \"${MATRIX_DATA_DIR}/media_store\"|g" "${filepath}"
sed -i "s|pid_file:.*|pid_file: \"${MATRIX_DATA_DIR}/homeserver.pid\"|g" "${filepath}"
sed -i "s|log_file:.*|log_file: \"/dev/null\"|g" "${filepath}"
}
function matrix_diff {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment