Skip to content

Commit

Permalink
escaped characters in .env
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelimoisili committed Jul 7, 2023
1 parent 9eed9d7 commit b4bb7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DBT_POSTGRES_USER=dbt_user
DBT_POSTGRES_PASSWORD=supercoolpassword
DBT_POSTGRES_SCHEMA=dbt
DBT_POSTGRES_HOST=postgres # Your postgres instance IP or endpoint in "prod".
CHT_PIPELINE_BRANCH_URL=https://github.com/medic/cht-pipeline.git#main
CHT_PIPELINE_BRANCH_URL="https://github.com/medic/cht-pipeline.git#main"

# couchdb and logstash: required environment variables for 'gamma', 'prod' and 'local'
COUCHDB_USER=test
Expand Down

0 comments on commit b4bb7da

Please sign in to comment.