update README.md
This commit is contained in:
parent
9c1eb64946
commit
8c6fe34dc5
2 changed files with 14 additions and 32 deletions
2
dev.env
2
dev.env
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue