Skip to content

Commit f11cf7a

Browse files
author
Traci Morrison
authored
Merge pull request openshift#7471 from tmorriso-rh/online-3.9-stage
[online-3.9] Changed MYSQL_PASSPHRASE to MYSQL_PASSWORD in External D…
2 parents 6bdc04d + f5a8bdb commit f11cf7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev_guide/integrating_external_services.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ variables:
207207
- `*EXTERNAL_MYSQL_SERVICE_SERVICE_HOST=<ip_address>*`
208208
- `*EXTERNAL_MYSQL_SERVICE_SERVICE_PORT=<port_number>*`
209209
- `*MYSQL_USERNAME=<mysql_username>*`
210-
- `*MYSQL_PASSPHRASE=<mysql_passphrase>*`
210+
- `*MYSQL_PASSWORD=<mysql_password>*`
211211
- `*MYSQL_DATABASE_NAME=<mysql_database>*`
212212

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

0 commit comments

Comments
 (0)