add Staging to match scaffolded ymls
This commit is contained in:
parent
b13875b8a6
commit
a20c28dfad
@ -19,6 +19,7 @@ import System.Console.CmdArgs hiding (args)
|
|||||||
-- Production environments
|
-- Production environments
|
||||||
data DefaultEnv = Development
|
data DefaultEnv = Development
|
||||||
| Testing
|
| Testing
|
||||||
|
| Staging
|
||||||
| Production deriving (Read, Show, Enum, Bounded)
|
| Production deriving (Read, Show, Enum, Bounded)
|
||||||
|
|
||||||
-- | Setup commandline arguments for environment and port
|
-- | Setup commandline arguments for environment and port
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user