# 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.proxui:@localhost:5432/postgres?sslmode=disable DATABASE_DIRECT_URL=postgres://postgres.proxui:@localhost:6543/postgres?sslmode=disable SUPABASE_URL=http://localhost:8000 SUPABASE_AUTH_EXTERNAL_URL=http://localhost:8000/auth/v1 SUPABASE_JWKS_URL=http://localhost:8000/auth/v1/.well-known/jwks.json SUPABASE_ISSUER=http://localhost:8000/auth/v1 SUPABASE_ANON_KEY= SUPABASE_SERVICE_ROLE_KEY= # 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:8000 VITE_SUPABASE_ANON_KEY= APP_SITE_URL=http://localhost:5173