stackage-server/config/settings.yml
Michael Snoyman 714ee2b272 Scaffolding
2014-04-09 10:52:04 +03:00

18 lines
244 B
YAML

Default: &defaults
host: "*4" # any IPv4 host
port: 3000
approot: "http://localhost:3000"
Development:
<<: *defaults
Testing:
<<: *defaults
Staging:
<<: *defaults
Production:
#approot: "http://www.example.com"
<<: *defaults