diff options
Diffstat (limited to 'config.yml')
-rw-r--r-- | config.yml | 9 |
1 files changed, 9 insertions, 0 deletions
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 |