UserDashboard/.env.example
Syasya 4d21924690
All checks were successful
PR Build Check / build (pull_request) Successful in 2m24s
Merge remote-tracking branch 'origin/master' into feature/syasya/testlayout
2025-08-22 16:46:29 +08:00

6 lines
182 B
Plaintext

FASTAPI_URL="http://localhost:8000"
INTERNAL_API_BASE_URL="http://localhost:3005"
DATABASE_URL="postgresql://user:pass@localhost:5432/rooftop?schema=public"
JWT_SECRET="secret_key"