mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-02-02 06:10:24 +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
|
exec: ../dist/build/stackage-server/stackage-server
|
||||||
args:
|
args:
|
||||||
- production
|
- 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
|
# 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
|
# 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:
|
Production:
|
||||||
#approot: "http://www.example.com"
|
#approot: "http://www.example.com"
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
blob-store: file:/tmp/stackage-server
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user