aboutsummaryrefslogtreecommitdiff
path: root/application.conf
blob: 021fa2ae6687ff94782830a1c424a0cc37898cc1 (plain)
1
2
3
4
5
6
7
8
9
hostname = "localhost:3000"
port = 3000
currency = "€"
signInExpiration = 5 minutes
noReplyMail = "no-reply@mail.com"
https = False
devMode = True

importMaybe "local.conf"