summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--config.yml9
2 files changed, 9 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ff7a93d..db4fd2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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