aboutsummaryrefslogtreecommitdiff
path: root/application.conf
diff options
context:
space:
mode:
authorJoris2016-03-31 18:45:36 +0200
committerJoris2016-03-31 18:46:23 +0200
commit01e4ce0fa7c369996ec4ef3a033d16d6fa0eb715 (patch)
tree5a81013be23c3f368fc7e6e1a0a41008a269d0fc /application.conf
parent84f53fac431df20afd54817cca14260f1202e9ff (diff)
downloadbudget-01e4ce0fa7c369996ec4ef3a033d16d6fa0eb715.tar.gz
budget-01e4ce0fa7c369996ec4ef3a033d16d6fa0eb715.tar.bz2
budget-01e4ce0fa7c369996ec4ef3a033d16d6fa0eb715.zip
Use https link and secure cookie when activated
Diffstat (limited to 'application.conf')
-rw-r--r--application.conf1
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"