BaseTracker/backend/.env.example
2025-10-09 11:03:23 +02:00

4 lines
195 B
Text

DATABASE_URL="postgresql://basenoter:basenoter@localhost:5432/basenoter?schema=public"
JWT_SECRET="change-me"
FRONTEND_ORIGINS="http://localhost:3100,http://localhost:3000"
COOKIE_SECURE="false"