Skip to content

Commit

Permalink
fix(platform/frontend): Add behave as var (#8365)
Browse files Browse the repository at this point in the history
add behave as variable
  • Loading branch information
aarushik93 authored Oct 17, 2024
1 parent 615a974 commit 2b4af19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion autogpt_platform/infra/helm/autogpt-builder/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ env:
SENTRY_AUTH_TOKEN: ""
NEXT_PUBLIC_AUTH_CALLBACK_URL: "https://dev-server.agpt.co/auth/callback"
NEXT_PUBLIC_AGPT_WS_SERVER_URL: "wss://dev-ws-server.agpt.co/ws"
NEXT_PUBLIC_AGPT_MARKETPLACE_URL: "https://dev-market.agpt.co/api/v1/market"
NEXT_PUBLIC_AGPT_MARKETPLACE_URL: "https://dev-market.agpt.co/api/v1/market"
NEXT_PUBLIC_BEHAVE_AS: "CLOUD"
3 changes: 2 additions & 1 deletion autogpt_platform/infra/helm/autogpt-builder/values.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,5 @@ env:
NEXT_PUBLIC_SUPABASE_URL: "https://bgwpwdsxblryihinutbx.supabase.co"
GOOGLE_CLIENT_ID: ""
GOOGLE_CLIENT_SECRET: ""
SENTRY_AUTH_TOKEN: ""
SENTRY_AUTH_TOKEN: ""
NEXT_PUBLIC_BEHAVE_AS: "CLOUD"

0 comments on commit 2b4af19

Please sign in to comment.