packages feed

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

Default: &defaults
  host: "localhost"
  port: 3000
  copyright: Insert copyright statement here
  #analytics: UA-YOURCODE

Development:
  <<: *defaults

Testing:
  <<: *defaults

Staging:
  <<: *defaults

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