From 4339bc316de419c98dc106156d2fad8784fb7c04 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sat, 5 Apr 2025 16:59:07 +0300 Subject: Feat: add config.yml --- config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config.yml (limited to 'config.yml') 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 -- cgit v1.2.3