packages feed

yesod-0.9.3.3: scaffold/config/settings.yml.cg

Default: &defaults
  host: "localhost"
  port: 3000

Development:
  <<: *defaults

Testing:
  <<: *defaults

Staging:
  <<: *defaults

Production:
  approot: "http://www.example.com"
  <<: *defaults