mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-22 15:05:26 +00:00
Merge pull request #84 from revel/app.conf-cleanup-1
App.conf cleanup 1
This commit is contained in:
@@ -128,7 +128,7 @@ watch = true
|
|||||||
|
|
||||||
# If you set watch.mode = "eager", the server starts to recompile
|
# If you set watch.mode = "eager", the server starts to recompile
|
||||||
# your application every time your application's files change.
|
# your application every time your application's files change.
|
||||||
watch.mode = "normal"
|
watch.mode = normal
|
||||||
|
|
||||||
# Watch the entire $GOPATH for code changes. Default is false.
|
# Watch the entire $GOPATH for code changes. Default is false.
|
||||||
#watch.gopath = true
|
#watch.gopath = true
|
||||||
|
|||||||
Reference in New Issue
Block a user