mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-09 15:17:59 -05:00
## Changes 🏗️ <img width="900" height="757" alt="Screenshot 2025-11-19 at 12 18 38" src="https://github.com/user-attachments/assets/e2c2a4cf-a05e-431e-853d-fb0a68729e54" /> When the dev environment is used for a PR preview, show a banner at the top of the page to indicate this. ### Checklist 📋 #### For code changes: - [x] I have clearly listed my changes in the PR description - [x] I have made a test plan - [x] I have tested my changes according to the test plan: - [x] Create a PR preview against Dev - [x] Check it shows the banner once this is merged - [x] Or try locally with the env var set ### For configuration changes: `NEXT_PUBLIC_PREVIEW_STEALING_DEV` is set programmatically via our Infra CI.
32 lines
1011 B
Plaintext
32 lines
1011 B
Plaintext
# Supabase
|
|
NEXT_PUBLIC_SUPABASE_URL=http://localhost:8000
|
|
NEXT_PUBLIC_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyAgCiAgICAicm9sZSI6ICJhbm9uIiwKICAgICJpc3MiOiAic3VwYWJhc2UtZGVtbyIsCiAgICAiaWF0IjogMTY0MTc2OTIwMCwKICAgICJleHAiOiAxNzk5NTM1NjAwCn0.dc_X5iR_VP_qT0zsiyj_I_OZ2T9FtRU2BBNWN8Bu4GE
|
|
|
|
# Back-end services
|
|
NEXT_PUBLIC_AGPT_SERVER_URL=http://localhost:8006/api
|
|
NEXT_PUBLIC_AGPT_WS_SERVER_URL=ws://localhost:8001/ws
|
|
NEXT_PUBLIC_FRONTEND_BASE_URL=http://localhost:3000
|
|
|
|
# Env config
|
|
NEXT_PUBLIC_APP_ENV=local
|
|
NEXT_PUBLIC_BEHAVE_AS=LOCAL
|
|
|
|
# Feature flags
|
|
NEXT_PUBLIC_LAUNCHDARKLY_ENABLED=false
|
|
NEXT_PUBLIC_LAUNCHDARKLY_CLIENT_ID=687ab1372f497809b131e06e
|
|
|
|
# Debugging
|
|
NEXT_PUBLIC_REACT_QUERY_DEVTOOL=true
|
|
NEXT_PUBLIC_GA_MEASUREMENT_ID=G-FH2XK2W4GN
|
|
|
|
# Google Drive Picker
|
|
NEXT_PUBLIC_GOOGLE_CLIENT_ID=
|
|
NEXT_PUBLIC_GOOGLE_API_KEY=
|
|
NEXT_PUBLIC_GOOGLE_APP_ID=
|
|
|
|
# Cloudflare CAPTCHA
|
|
NEXT_PUBLIC_CLOUDFLARE_TURNSTILE_SITE_KEY=
|
|
NEXT_PUBLIC_TURNSTILE=disabled
|
|
|
|
# PR previews
|
|
NEXT_PUBLIC_PREVIEW_STEALING_DEV= |