diff --git a/http/src/main/resources/leo.conf b/http/src/main/resources/leo.conf index df425af0ea..3f0d5a72b0 100644 --- a/http/src/main/resources/leo.conf +++ b/http/src/main/resources/leo.conf @@ -53,8 +53,7 @@ mysql { # Changes to mysql.db.driver value must also be reflected in liquibase.properties driver = "com.mysql.cj.jdbc.Driver" # Changes to mysql.db.url value must also be reflected in liquibase.properties - # url = ${?SQL_URL} - url = "jdbc:mysql://leonardo-mysql-service/leonardo?allowPublicKeyRetrieval=true&useSSL=false&rewriteBatchedStatements=true&nullNamePatternMatchesAll=true" + url = "${?SQL_URL}&allowPublicKeyRetrieval=true&useSSL=false" user = ${?DB_USER} password = ${?DB_PASSWORD} connectionTimeout = 5000