diff options
author | Joris | 2015-10-29 16:40:24 +0100 |
---|---|---|
committer | Joris | 2015-10-29 16:40:24 +0100 |
commit | b886ef9b847b63528a40c41b333937007b8f57c5 (patch) | |
tree | 43336baab738afddf5a6009f024553045d28bacc /README.md | |
parent | ee3027b53aad38178f4945c459a94489f4997507 (diff) |
Add currency in conf
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 = € +``` |