File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -244,4 +244,5 @@ services:
244244
245245 NRIA_SELF_INSTRUMENTATION : newrelic
246246 NRIA_SELF_INSTRUMENTATION_APM_HOST : ${COLLECTOR_DOMAIN}
247+ POSTGRES_PASSWORD : ${POSTGRES_PASSWORD}
247248 << : *logging
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ integrations:
44 # The username for the postgres instance. Required.
55 USERNAME : postgres
66 # The password for the postgres instance. Required.
7- PASSWORD : hVUDY2TYfZFw8CQg
7+ PASSWORD : {{POSTGRES_PASSWORD}}
88
99 # The hostname for the postgres instance. Defaults to localhost.
1010 HOSTNAME : postgres
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ services:
243243 NRIA_COMMAND_CHANNEL_URL : https://${COLLECTOR_DOMAIN}/infra/command-api
244244 NRIA_IDENTITY_URL : https://${COLLECTOR_DOMAIN}/infra/identity-api
245245 NRIA_CA_BUNDLE_FILE : ${CA_FILE}
246-
246+ POSTGRES_PASSWORD : ${POSTGRES_PASSWORD}
247247 # не работает на самоподписанных сертификатах
248248 # NRIA_SELF_INSTRUMENTATION: newrelic
249249 # NRIA_SELF_INSTRUMENTATION_APM_HOST: ${COLLECTOR_DOMAIN}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ integrations:
44 # The username for the postgres instance. Required.
55 USERNAME : postgres
66 # The password for the postgres instance. Required.
7- PASSWORD : hVUDY2TYfZFw8CQg
7+ PASSWORD : {{POSTGRES_PASSWORD}}
88
99 # The hostname for the postgres instance. Defaults to localhost.
1010 HOSTNAME : postgres
You can’t perform that action at this time.
0 commit comments