diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | config.yml | 9 |
2 files changed, 9 insertions, 1 deletions
@@ -1,5 +1,4 @@ secrethitler -config.yml demoon tags store.json diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..c4d245a --- /dev/null +++ b/config.yml @@ -0,0 +1,9 @@ +SERVICE: + HOST: 'localhost' + PORT: '9000' + +BASE_URL: localhost:9000 + +DBURI: demoon.db + +SESSION_LIFETIME_SECONDS: 7200 |