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:
parent
e87915ecb9
commit
3aba10b3b1
1 changed files with 1 additions and 0 deletions
|
@ -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/'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue