Skip to content

Commit

Permalink
fix(platform): Update Backend .env.example BACKEND_CORS_ALLOW_ORIGINS…
Browse files Browse the repository at this point in the history
… to be a list (#8163)

updated to list
  • Loading branch information
Swiftyos authored Sep 25, 2024
1 parent 9f79e70 commit bd39d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpt_platform/backend/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DB_PORT=5432
DATABASE_URL="postgresql://${DB_USER}:${DB_PASS}@localhost:${DB_PORT}/${DB_NAME}?connect_timeout=60&schema=platform"
PRISMA_SCHEMA="postgres/schema.prisma"

BACKEND_CORS_ALLOW_ORIGINS="http://localhost:3000"
BACKEND_CORS_ALLOW_ORIGINS=["http://localhost:3000"]

REDIS_HOST=localhost
REDIS_PORT=6379
Expand Down

0 comments on commit bd39d5d

Please sign in to comment.