tweak(builder): Update .env.example server url with right port (#8090)

update server url with right port
This commit is contained in:
Aarushi
2024-09-18 15:51:44 +01:00
committed by GitHub
parent 8477b25c5a
commit a3959712dc

View File

@@ -1,4 +1,5 @@
NEXT_PUBLIC_AGPT_SERVER_URL=http://localhost:8000/api
NEXT_PUBLIC_AUTH_CALLBACK_URL=http://localhost:8006/auth/callback
NEXT_PUBLIC_AGPT_SERVER_URL=http://localhost:8006/api
NEXT_PUBLIC_AGPT_WS_SERVER_URL=ws://localhost:8001/ws
NEXT_PUBLIC_AGPT_MARKETPLACE_URL=http://localhost:8005/api/v1/market