Назад
.env.example
# Development DATABASE_URL=postgresql://trajectory:<password>@127.0.0.1:5432/trajectory_dev AUTH_SECRET=replace_me # AUTH_URL must match the origin that serves the app. For the public dev gate, use https://dev.journeyup.ru. AUTH_URL=http://127.0.0.1:3001 AUTH_TRUST_HOST=true NEXT_PUBLIC_DEV_UI_VISIBLE=false SMOKE_OWNER_EMAIL= SMOKE_OWNER_PASSWORD= SMOKE_OWNER_NAME= AUTH_GOOGLE_ID= AUTH_GOOGLE_SECRET= OPENAI_API_KEY= # Explicit proposal execution mode. Use `openai` for the real provider or `stub` for deterministic dev runs. CAPTURE_PROPOSAL_PROVIDER= CAPTURE_PROPOSAL_OPENAI_MODEL=gpt-5.5 GOOGLE_OAUTH_CLIENT_ID= GOOGLE_OAUTH_CLIENT_SECRET= # Callback routes are derived from the current request origin and the lane path. GOOGLE_FIXTURE_USER_EMAIL= GOOGLE_FIXTURE_REFRESH_TOKEN= # Production # DATABASE_URL=postgresql://trajectory:<password>@127.0.0.1:5432/trajectory_prod # AUTH_URL=https://journeyup.ru
Сохранить