14 lines
557 B
Plaintext
14 lines
557 B
Plaintext
NEXT_PUBLIC_AGPT_SERVER_URL=http://localhost:8000/api
|
|
NEXT_PUBLIC_AGPT_MARKETPLACE_URL=http://localhost:8001/api/v1/market
|
|
|
|
## Supabase credentials
|
|
## YOU ONLY NEED THEM IF YOU WANT TO USE SUPABASE USER AUTHENTICATION
|
|
## If you're using self-hosted version then you most likely don't need to set this
|
|
# NEXT_PUBLIC_SUPABASE_URL=your-project-url
|
|
# NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
|
|
|
|
## OAuth Callback URL
|
|
## This should be {domain}/auth/callback
|
|
## Only used if you're using Supabase and OAuth
|
|
AUTH_CALLBACK_URL=http://localhost:3000/auth/callback
|