mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
Some production settings
This commit is contained in:
parent
6b105e9095
commit
f349bd68d9
@ -1,8 +1,14 @@
|
||||
exec: ../dist/build/stackage-server/stackage-server
|
||||
args:
|
||||
- production
|
||||
host: <<HOST-NOT-SET>>
|
||||
host: www.stackage.org
|
||||
|
||||
redirects:
|
||||
- from: stackage.org
|
||||
to: www.stackage.org
|
||||
|
||||
postgres: true
|
||||
|
||||
# Use the following to automatically copy your bundle upon creation via `yesod
|
||||
# keter`. Uses `scp` internally, so you can set it to a remote destination
|
||||
# copy-to: user@host:/opt/keter/incoming
|
||||
copy-to: ubuntu@packdeps.haskellers.com:/opt/keter/incoming
|
||||
|
||||
@ -17,3 +17,4 @@ Staging:
|
||||
Production:
|
||||
#approot: "http://www.example.com"
|
||||
<<: *defaults
|
||||
blob-store: file:/tmp/stackage-server
|
||||
|
||||
Loading…
Reference in New Issue
Block a user