Skip to content

Commit

Permalink
updated helm vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftyos committed Sep 25, 2024
1 parent 0d138b4 commit cbca44a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ domain: "dev-builder.agpt.co"

env:
APP_ENV: "dev"
NEXT_PUBLIC_AGPT_SERVER_URL: "http://agpt-server:8000/api"
NEXT_PUBLIC_AGPT_SERVER_URL: ["http://agpt-server:8000/api"]
GOOGLE_CLIENT_ID: ""
GOOGLE_CLIENT_SECRET: ""
NEXT_PUBLIC_SUPABASE_URL: ""
Expand Down
2 changes: 1 addition & 1 deletion autogpt_platform/infra/helm/autogpt-server/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ env:
NUM_NODE_WORKERS: 5
REDIS_HOST: "redis-dev-master.redis-dev.svc.cluster.local"
REDIS_PORT: "6379"
BACKEND_CORS_ALLOW_ORIGINS: "https://dev-builder.agpt.co"
BACKEND_CORS_ALLOW_ORIGINS: ["https://dev-builder.agpt.co"]

0 comments on commit cbca44a

Please sign in to comment.