diff --git a/.env.for-docker-compose b/.env.for-docker-compose index f4565b1..b6cd132 100644 --- a/.env.for-docker-compose +++ b/.env.for-docker-compose @@ -1,17 +1,16 @@ - # Backend (NestJS) NODE_ENV=production HOST=0.0.0.0 BACKEND_PORT=3001 -APP_URL=http://localhost:3001 +APP_URL= -DB_HOST=your-remote-db-host.example.com -DB_PORT=5432 -DB_USER=your_db_user -DB_PASSWORD=your_db_password -DB_NAME=your_db_name -DB_SSL=false +DB_HOST= +DB_PORT= +DB_USER= +DB_PASSWORD= +DB_NAME= +DB_SSL= JWT_ACCESS_SECRET=change-me-access-secret-at-least-32-chars JWT_REFRESH_SECRET=change-me-refresh-secret-at-least-32-chars @@ -24,20 +23,27 @@ PASSWORD_RESET_TTL_MINUTES=30 COOKIE_SECURE=false COOKIE_DOMAIN= -MAIL_FROM=no-reply@blog.local SMTP_HOST= -SMTP_PORT=587 -SMTP_USER= +SMTP_PORT= +SMTP_USER= SMTP_PASS= +MAIL_FROM= GOOGLE_CLIENT_ID= GOOGLE_CLIENT_SECRET= -GOOGLE_CALLBACK_URL=http://localhost:3001/auth/google/callback +GOOGLE_CALLBACK_URL= -FRONTEND_URL=http://localhost:3000 +FRONTEND_URL= # Frontend (Next.js) FRONTEND_PORT=3000 NEXT_PUBLIC_API_URL=http://localhost:3001 -UPLOAD_R2_WORKER_API=***.workers.dev -R2_UPLOAD_API_KEY=*** \ No newline at end of file +UPLOAD_R2_WORKER_API= +R2_UPLOAD_API_KEY= +# Frontend (Next.js) +FRONTEND_PORT=3000 + +NEXT_PUBLIC_API_URL= + +UPLOAD_R2_WORKER_API= +R2_UPLOAD_API_KEY= \ No newline at end of file