1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-16 12:06:23 -07:00

Set DebugMode to true by default for vagrant

This commit is contained in:
Eggbertx 2022-12-24 12:36:58 -08:00
parent e87915ecb9
commit 3aba10b3b1

View file

@ -103,6 +103,7 @@ sed -i /etc/gochan/gochan.json \
-e 's#"TemplateDir": "templates"#"TemplateDir": "/usr/share/gochan/templates"#' \
-e 's#"LogDir": "log"#"LogDir": "/var/log/gochan"#' \
-e "s/\"DBtype\": .*/\"DBtype\": \"$DBTYPE\",/" \
-e 's/"DebugMode": false/"DebugMode": true/' \
-e 's/"DBpassword": ""/"DBpassword": "gochan"/' \
-e 's/"Verbosity": 0/"Verbosity": 1/'