Commit 8b63b31910a211fb1c895d915527f508284bb177

Authored by Martin Linkhorst
1 parent 4898c259
Exists in master and in 1 other branch production

enforce ssl by default

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
app.json
... ... @@ -4,6 +4,7 @@
4 4 "keywords": ["productivity", "tools", "error tracking"],
5 5 "repository": "https://github.com/errbit/errbit",
6 6 "env": {
  7 + "ERRBIT_ENFORCE_SSL": "true",
7 8 "GEMFILE_RUBY_VERSION": "2.2.0",
8 9 "SECRET_KEY_BASE": {
9 10 "generator": "secret"
... ... @@ -14,4 +15,4 @@
14 15 "scheduler:standard",
15 16 "sendgrid:starter"
16 17 ]
17   -}
18 18 \ No newline at end of file
  19 +}
... ...