mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-11 18:54:31 +00:00
Merge pull request #72 from notzippy/sample-to-example
Found the issue with os...
This commit is contained in:
@@ -50,10 +50,10 @@ var HeaderFilter = func(c *revel.Controller, fc []revel.Filter) {
|
|||||||
fc[0](c, fc[1:]) // Execute the next filter stage.
|
fc[0](c, fc[1:]) // Execute the next filter stage.
|
||||||
}
|
}
|
||||||
|
|
||||||
func ExampleStartupScript() {
|
//func ExampleStartupScript() {
|
||||||
// revel.DevMod and revel.RunMode work here
|
// // revel.DevMod and revel.RunMode work here
|
||||||
// Use this script to check for dev mode and set dev/prod startup scripts here!
|
// // Use this script to check for dev mode and set dev/prod startup scripts here!
|
||||||
if revel.DevMode == true {
|
// if revel.DevMode == true {
|
||||||
os.Setenv("SOME_ENV_VAR", "VALUE")
|
// // Dev mode
|
||||||
}
|
// }
|
||||||
}
|
//}
|
||||||
|
|||||||
Reference in New Issue
Block a user