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
|
||||
data DefaultEnv = Development
|
||||
| Testing
|
||||
| Staging
|
||||
| Production deriving (Read, Show, Enum, Bounded)
|
||||
|
||||
-- | Setup commandline arguments for environment and port
|
||||
|
||||
Loading…
Reference in New Issue
Block a user