Skip to content

Commit c5f0483

Browse files
author
Traci Morrison
authored
Merge pull request #7461 from tmorriso-rh/dedicated-3.6-stage
[dedicated-3.6] Changed MYSQL_PASSPHRASE to MYSQL_PASSWORD in Externa…
2 parents da3dfd9 + 233f10d commit c5f0483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev_guide/integrating_external_services.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ variables:
205205
- `*EXTERNAL_MYSQL_SERVICE_SERVICE_HOST=<ip_address>*`
206206
- `*EXTERNAL_MYSQL_SERVICE_SERVICE_PORT=<port_number>*`
207207
- `*MYSQL_USERNAME=<mysql_username>*`
208-
- `*MYSQL_PASSPHRASE=<mysql_passphrase>*`
208+
- `*MYSQL_PASSWORD=<mysql_password>*`
209209
- `*MYSQL_DATABASE_NAME=<mysql_database>*`
210210

211211
The application is responsible for reading the coordinates and credentials for

0 commit comments

Comments
 (0)