update README.md

This commit is contained in:
dhax 2025-02-07 12:54:15 +01:00
parent 9c1eb64946
commit 8c6fe34dc5
2 changed files with 14 additions and 32 deletions

View file

@ -1,11 +1,13 @@
PORT=3000
LOG_LEVEL=DEBUG
LOG_TEXTLOGGING=false
DB_DSN=postgres://postgres:postgres@localhost:5432/postgres?sslmode=disable
AUTH_LOGIN_URL=http://localhost:3000/login
AUTH_LOGIN_TOKEN_LENGTH=8
AUTH_LOGIN_TOKEN_EXPIRY=11m
AUTH_JWT_SECRET=random
AUTH_JWT_EXPIRY=15m
AUTH_JWT_REFRESH_EXPIRY=1h