Add session storage with Badger

This commit is contained in:
William Bouzourène 2024-12-22 11:39:04 +01:00
parent 949f78c069
commit 16ca31f27a
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
5 changed files with 208 additions and 5 deletions

View file

@ -2,3 +2,4 @@ DEBUG=false
APP_LISTEN_ADDRESS=127.0.0.1
APP_LISTEN_PORT=3000
DATABASE_LOCATION=./people.db
SESSIONS_LOCATION=./sessions.db