# GOGS_TOKEN: Personal access token from your Gogs/Gitea instance GOGS_TOKEN=your_gogs_token_here # Database connection (đặt trong docker-compose hoặc .env) DATABASE_URL=postgres://timelapse:timelapse_dev_password@postgres:5432/timelapse_dev # Redis connection REDIS_URL=redis://redis:6379 # JWT secrets — GENERATE NEW VALUES FOR PRODUCTION! JWT_SECRET=change-this-to-a-long-random-string-in-production REFRESH_TOKEN_SECRET=change-this-to-another-long-random-string-in-production # CORS origin (địa chỉ web dashboard) CORS_ORIGIN=http://localhost:3000 # Google OAuth (tuỳ chọn — bỏ trống nếu không dùng) GOOGLE_CLIENT_ID= GOOGLE_CLIENT_SECRET= GOOGLE_CALLBACK_URL=http://localhost:3001/v1/auth/google/callback NODE_ENV=development