yesod/yesod/scaffold/config/settings.yml.cg
2011-09-21 18:52:57 -04:00

16 lines
167 B
Plaintext

Default: &defaults
host: "http://localhost"
port: 3000
Development:
<<: *defaults
Test:
<<: *defaults
Staging:
<<: *defaults
Production:
<<: *defaults