mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
21 lines
303 B
YAML
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
|