UserDashboard/.env.example
2025-08-21 15:07:19 +08:00

7 lines
187 B
Plaintext

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