Some production settings

This commit is contained in:
Michael Snoyman 2014-04-16 10:43:01 +03:00
parent 6b105e9095
commit f349bd68d9
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -17,3 +17,4 @@ Staging:
Production:
#approot: "http://www.example.com"
<<: *defaults
blob-store: file:/tmp/stackage-server