seed user

This commit is contained in:
counterweight 2025-12-18 22:42:32 +01:00
parent ca55932a41
commit c5d3c7f4c9
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
3 changed files with 49 additions and 10 deletions

11
.envrc
View file

@ -1,11 +1,6 @@
# 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"
set -a
source .env
set +a