mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-30 03:00:41 -04:00
This PR removes turnstile from the platform. #### 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: <!-- Put your test plan here: --> - [x] Test to make sure that turnstile is gone, it will be. - [x] Test logging in with out turnstile to make sure it still works - [x] Test registering a new account with out turnstile and it works
22 lines
844 B
Plaintext
22 lines
844 B
Plaintext
NEXT_PUBLIC_SUPABASE_URL=http://localhost:8000
|
|
NEXT_PUBLIC_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyAgCiAgICAicm9sZSI6ICJhbm9uIiwKICAgICJpc3MiOiAic3VwYWJhc2UtZGVtbyIsCiAgICAiaWF0IjogMTY0MTc2OTIwMCwKICAgICJleHAiOiAxNzk5NTM1NjAwCn0.dc_X5iR_VP_qT0zsiyj_I_OZ2T9FtRU2BBNWN8Bu4GE
|
|
|
|
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
|
|
|
|
NEXT_PUBLIC_APP_ENV=local
|
|
NEXT_PUBLIC_BEHAVE_AS=LOCAL
|
|
|
|
NEXT_PUBLIC_LAUNCHDARKLY_ENABLED=false
|
|
NEXT_PUBLIC_LAUNCHDARKLY_CLIENT_ID=687ab1372f497809b131e06e
|
|
|
|
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=
|
|
|