Skip to content

Commit

Permalink
Add password to codeinsights-db-exporter env var (#800)
Browse files Browse the repository at this point in the history
* Add password to codeinsights-db-exporter env var
  • Loading branch information
caugustus-sourcegraph authored Apr 19, 2022
1 parent 226361b commit b3c17c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ services:
- sourcegraph
restart: always
environment:
- 'DATA_SOURCE_NAME=postgres://postgres:@codeinsights-db:5432/postgres?sslmode=disable'
- 'DATA_SOURCE_NAME=postgres://postgres:password@codeinsights-db:5432/?sslmode=disable'
- 'PG_EXPORTER_EXTEND_QUERY_PATH=/config/code_insights_queries.yaml'

# Description: MinIO for storing LSIF uploads.
Expand Down

0 comments on commit b3c17c3

Please sign in to comment.