yesod/yesod/scaffold/config/settings.yml.cg
2011-08-12 19:31:26 -07:00

17 lines
198 B
Plaintext

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