UserDashboard/.env.example
2025-08-20 12:41:52 +08:00

7 lines
200 B
Plaintext

NEXT_PUBLIC_API_BASE_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"