feat: initial commit

This commit is contained in:
Iain Learmonth 2025-12-14 17:47:51 +00:00
commit 075939142f
63 changed files with 9494 additions and 0 deletions

12
.env.example Normal file
View file

@ -0,0 +1,12 @@
DATABASE_URL=postgresql://user@localhost:5432/lawa
DATABASE_ASYNC_URL=postgresql+asyncpg://user@localhost:5432/lawa
ENVIRONMENT=LOCAL
CORS_HEADERS=["*"]
CORS_ORIGINS=["http://localhost:3000"]
OIDC_ENDPOINT=https://www.example.com/.well-known/openid-configuration
OIDC_CLIENT_ID=6c1243fd-00c3-4a3b-9081-5d8403352612
OPENTOFU_PATH=/opt/homebrew/bin/tofu