Skip to content

Commit

Permalink
build: fix central webhook deploy odk password on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jan 30, 2025
1 parent fb591b5 commit 77c5912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/compose.development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ services:
central-db:
condition: service_healthy
environment:
CENTRAL_WEBHOOK_DB_URI: postgresql://${CENTRAL_DB_USER}:${CENTRAL_DB_USER}@central-db:5432/${CENTRAL_DB_NAME}?sslmode=disable
CENTRAL_WEBHOOK_DB_URI: postgresql://${CENTRAL_DB_USER}:${CENTRAL_DB_PASSWORD}@central-db:5432/${CENTRAL_DB_NAME}?sslmode=disable
CENTRAL_WEBHOOK_UPDATE_ENTITY_URL: http://api:8000/integrations/webhooks/entity-status
# CENTRAL_WEBHOOK_REVIEW_SUBMISSION_URL: http://api:8000/integrations/webhooks/entity-status
CENTRAL_WEBHOOK_API_KEY: ${CENTRAL_WEBHOOK_API_KEY}
Expand Down

0 comments on commit 77c5912

Please sign in to comment.