diff options
author | Joris | 2016-03-31 18:45:36 +0200 |
---|---|---|
committer | Joris | 2016-03-31 18:46:23 +0200 |
commit | 01e4ce0fa7c369996ec4ef3a033d16d6fa0eb715 (patch) | |
tree | 5a81013be23c3f368fc7e6e1a0a41008a269d0fc /application.conf | |
parent | 84f53fac431df20afd54817cca14260f1202e9ff (diff) |
Use https link and secure cookie when activated
Diffstat (limited to 'application.conf')
-rw-r--r-- | application.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application.conf b/application.conf index 5c2eab8..49b81a7 100644 --- a/application.conf +++ b/application.conf @@ -3,5 +3,6 @@ port = 3000 currency = "€" signInExpiration = 5 minutes noReplyMail = "no-reply@mail.com" +https = False importMaybe "local.conf" |