Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin committed Sep 26, 2023
1 parent 9445199 commit e30f69d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devops/geoapi-services/secrets.sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ DB_PASSWD=dev
DB_HOST=${DB_HOST}
RABBITMQ_DEFAULT_USER=dev
RABBITMQ_DEFAULT_PASS=dev
# TODO WP-283 remove duplication; we thought about doing something like RABBITMQ_DEFAULT_PASS=$RABBITMQ_PASSWORD in docker compose, but unclear; or change our geoapi settings.py
RABBITMQ_USERNAME=dev
RABBITMQ_PASSWORD='dev1234'
RABBITMQ_DEFAULT_VHOST=dev
RABBITMQ_HOSTNAME=rabbitmq
APP_ENV=development # "production" for STAGING and PROD?
Expand Down

0 comments on commit e30f69d

Please sign in to comment.