diff --git a/config/keter.yaml b/config/keter.yaml index 6c5d32e..1e9838c 100644 --- a/config/keter.yaml +++ b/config/keter.yaml @@ -1,8 +1,14 @@ exec: ../dist/build/stackage-server/stackage-server args: - production -host: <> +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 diff --git a/config/settings.yml b/config/settings.yml index 4bf37a5..ed38ab4 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -17,3 +17,4 @@ Staging: Production: #approot: "http://www.example.com" <<: *defaults + blob-store: file:/tmp/stackage-server