# Database DATABASE_URL=postgresql+asyncpg://pole:pole@localhost:5432/poledance # JWT SECRET_KEY=change-me-to-a-random-32-char-string ALGORITHM=HS256 ACCESS_TOKEN_EXPIRE_MINUTES=15 REFRESH_TOKEN_EXPIRE_DAYS=7 # Instagram (optional — needed for Phase 6) INSTAGRAM_USER_ID= INSTAGRAM_ACCESS_TOKEN= INSTAGRAM_POLL_INTERVAL=1800 # Expo Push EXPO_ACCESS_TOKEN= # CORS CORS_ORIGINS=http://localhost:8081,exp://