Skip to content

Commit

Permalink
shot in the dark
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaldo committed Nov 21, 2024
1 parent 635c856 commit ec3fe17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions http/src/main/resources/leo.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec3fe17

Please sign in to comment.