reviewed
This commit is contained in:
parent
a56a4c076a
commit
a31bd8246c
10 changed files with 15 additions and 71 deletions
|
|
@ -9,6 +9,9 @@ SECRET_KEY=
|
|||
# Database URL
|
||||
DATABASE_URL=postgresql+asyncpg://postgres:postgres@localhost:5432/arbret
|
||||
|
||||
# Cookie security: set to "true" in production with HTTPS
|
||||
COOKIE_SECURE=false
|
||||
|
||||
# Dev user credentials (regular user)
|
||||
DEV_USER_EMAIL=
|
||||
DEV_USER_PASSWORD=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue