stackage-server/config/settings.yml
2016-02-02 07:56:30 +00:00

21 lines
303 B
YAML

Default: &defaults
host: "*4" # any IPv4 host
port: 3000
approot: "http://localhost:3000"
force-ssl: false
Development:
<<: *defaults
dev-download: true
Testing:
<<: *defaults
Staging:
<<: *defaults
Production:
approot: "https://www.stackage.org"
force-ssl: true
<<: *defaults