first round of review
This commit is contained in:
parent
7ebfb7a2dd
commit
da5a0d03eb
14 changed files with 362 additions and 244 deletions
11
.envrc
Normal file
11
.envrc
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Local development environment variables
|
||||
# To use: install direnv (https://direnv.net), then run `direnv allow`
|
||||
|
||||
# Backend
|
||||
export SECRET_KEY="dev-secret-key-change-in-production"
|
||||
export DATABASE_URL="postgresql+asyncpg://postgres:postgres@localhost:5432/arbret"
|
||||
export TEST_DATABASE_URL="postgresql+asyncpg://postgres:postgres@localhost:5432/arbret_test"
|
||||
|
||||
# Frontend
|
||||
export NEXT_PUBLIC_API_URL="http://localhost:8000"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue