yesod-0.9.1: scaffold/config/settings.yml.cg
Default: &defaults host: "http://localhost" port: 3000 connectionPoolSize: 10 Development: <<: *defaults Test: <<: *defaults Staging: <<: *defaults Production: <<: *defaults
Default: &defaults host: "http://localhost" port: 3000 connectionPoolSize: 10 Development: <<: *defaults Test: <<: *defaults Staging: <<: *defaults Production: <<: *defaults