feat: initial commit
This commit is contained in:
commit
075939142f
63 changed files with 9494 additions and 0 deletions
12
.env.example
Normal file
12
.env.example
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue