mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
19 lines
265 B
YAML
19 lines
265 B
YAML
Default: &defaults
|
|
host: "*4" # any IPv4 host
|
|
port: 3000
|
|
approot: "http://localhost:3000"
|
|
|
|
Development:
|
|
<<: *defaults
|
|
dev-download: true
|
|
|
|
Testing:
|
|
<<: *defaults
|
|
|
|
Staging:
|
|
<<: *defaults
|
|
|
|
Production:
|
|
approot: "http://www.stackage.org"
|
|
<<: *defaults
|