packages feed

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

Default: &defaults
  host: "*4" # any IPv4 host
  port: 3000
  copyright: Insert copyright statement here
  #analytics: UA-YOURCODE

Development:
  <<: *defaults

Testing:
  <<: *defaults

Staging:
  <<: *defaults

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