Skip to content

Commit b69defb

Browse files
author
Traci Morrison
authored
Merge pull request openshift#7467 from tmorriso-rh/enterprise-3.7-stage
[enterprise-3.7] Changed MYSQL_PASSPHRASE to MYSQL_PASSWORD in Extern…
2 parents 3b7a627 + 788151e commit b69defb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: dev_guide/integrating_external_services.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ variables:
214214
- `*EXTERNAL_MYSQL_SERVICE_SERVICE_HOST=<ip_address>*`
215215
- `*EXTERNAL_MYSQL_SERVICE_SERVICE_PORT=<port_number>*`
216216
- `*MYSQL_USERNAME=<mysql_username>*`
217-
- `*MYSQL_PASSPHRASE=<mysql_passphrase>*`
217+
- `*MYSQL_PASSWORD=<mysql_password>*`
218218
- `*MYSQL_DATABASE_NAME=<mysql_database>*`
219219

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

0 commit comments

Comments
 (0)