yesod/scaffold/Settings_yaml.cg
Greg Weber 7452726d40 add a Settings.yaml file for dynamic settings
also command line to check for environment argument
2011-07-08 10:33:10 -07:00

17 lines
196 B
Plaintext

Default: &default
appRoot: http://localhost
appPort: 3000
connectionPoolLimit: 10
Development:
<<: *defaults
Test:
<<: *defaults
Staging:
<<: *defaults
Production:
<<: *defaults