first commit to git

This commit is contained in:
Philipp
2026-06-09 20:31:08 +02:00
commit 310573e3ea
25 changed files with 3973 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# Shared
APP_ENV=development
LOG_LEVEL=debug
# HTTP services
BACKEND_ADDR=:8080
WORKER_CONCURRENCY=5
CONSOLE_PROXY_ADDR=:8081
# Supabase/Postgres
DATABASE_URL=postgres://postgres:postgres@localhost:5432/postgres?sslmode=disable
SUPABASE_JWKS_URL=http://localhost:54321/auth/v1/.well-known/jwks.json
SUPABASE_ISSUER=http://localhost:54321/auth/v1
# Redis/asynq
REDIS_ADDR=localhost:6379
# Secrets
# 32-byte key, base64 encoded. Replace locally.
MASTER_KEY_BASE64=
# Frontend
VITE_API_BASE_URL=http://localhost:8080
VITE_SUPABASE_URL=http://localhost:54321
VITE_SUPABASE_ANON_KEY=