Add session storage with Badger
This commit is contained in:
parent
eae84676c2
commit
f984d0cfad
5 changed files with 208 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue