Skip to content

Commit

Permalink
Updating everything_enabled tests with new cert/key paths
Browse files Browse the repository at this point in the history
[#151419854]

Signed-off-by: Adrian Zankich <[email protected]>
  • Loading branch information
utricularian authored and zankich committed Sep 28, 2017
1 parent 4bf572f commit 2f783fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/tuning/everything_enabled.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"log_queries_not_using_indexes": "ON",
"event_scheduler": "ON",
"local_infile": "ON",
"ssl_cert": "/etc/mysql/server-cert.pem",
"ssl_key": "/etc/mysql/server-key.pem"
"ssl_cert": "/var/vcap/jobs/mysql/certificates/server-cert.pem",
"ssl_key": "/var/vcap/jobs/mysql/certificates/server-key.pem"
}

0 comments on commit 2f783fe

Please sign in to comment.