diff options
Diffstat (limited to 'application.conf')
-rw-r--r-- | application.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/application.conf b/application.conf new file mode 100644 index 0000000..3be05e2 --- /dev/null +++ b/application.conf @@ -0,0 +1,6 @@ +hostname = "localhost:3001" +port = 3001 +currency = "€" +signInExpirationMn = 5 + +importMaybe "local.conf" |