Commit bdf4aa5733a7d6454e627a5808c806035278846a
Exists in
master
and in
1 other branch
Merge pull request #916 from linki/master
heroku button: 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 | +} | ... | ... |