Commit bdf4aa5733a7d6454e627a5808c806035278846a

Authored by Stephen Crosby
2 parents c457c1b0 8b63b319
Exists in master and in 1 other branch production

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
@@ -4,6 +4,7 @@ @@ -4,6 +4,7 @@
4 "keywords": ["productivity", "tools", "error tracking"], 4 "keywords": ["productivity", "tools", "error tracking"],
5 "repository": "https://github.com/errbit/errbit", 5 "repository": "https://github.com/errbit/errbit",
6 "env": { 6 "env": {
  7 + "ERRBIT_ENFORCE_SSL": "true",
7 "GEMFILE_RUBY_VERSION": "2.2.0", 8 "GEMFILE_RUBY_VERSION": "2.2.0",
8 "SECRET_KEY_BASE": { 9 "SECRET_KEY_BASE": {
9 "generator": "secret" 10 "generator": "secret"
@@ -14,4 +15,4 @@ @@ -14,4 +15,4 @@
14 "scheduler:standard", 15 "scheduler:standard",
15 "sendgrid:starter" 16 "sendgrid:starter"
16 ] 17 ]
17 -}  
18 \ No newline at end of file 18 \ No newline at end of file
  19 +}