Skip to content

Commit

Permalink
fix: #508 Remove AWS_ENDPOINT_URL from backend/.env.shared to fix mig…
Browse files Browse the repository at this point in the history
…ration job fails to trigger on local deploy (#510)
  • Loading branch information
aniketkumar7 authored Mar 27, 2024
1 parent 7766ccb commit 2042659
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/backend/.env.shared
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ TASKS_BASE_HANDLER=common.tasks.TaskLocalInvoke
DB_CONNECTION={"dbname":"backend","username":"backend","password":"backend","host":"db","port":5432}
REDIS_CONNECTION=redis://redis:6379

AWS_ENDPOINT_URL=http://localstack:4566
WORKERS_EVENT_BUS_NAME=local-workers

JWT_AUTH_COOKIE_SECURE=False
Expand Down

0 comments on commit 2042659

Please sign in to comment.