aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2015-10-29 16:40:24 +0100
committerJoris2015-10-29 16:40:24 +0100
commitb886ef9b847b63528a40c41b333937007b8f57c5 (patch)
tree43336baab738afddf5a6009f024553045d28bacc /README.md
parentee3027b53aad38178f4945c459a94489f4997507 (diff)
Add currency in conf
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 42a3802..7023624 100644
--- a/README.md
+++ b/README.md
@@ -11,3 +11,14 @@ elm package install
npm install
npm run watch
```
+
+## Configuration
+
+Here is an example configuration file:
+
+```
+hostname = localhost:3001
+port = 3001
+sign-in-expiration-mn = 5
+currency = €
+```