Use raw JDBC parameter string instead of ssl boolean flag
build / build (push) Failing after 14s

This commit is contained in:
Michael Burgess
2026-08-06 19:45:09 -04:00
parent eb77193fbd
commit 6f74026514
5 changed files with 15 additions and 14 deletions
+3 -2
View File
@@ -38,14 +38,15 @@ store:
# - database: name of the database (must exist!)
# - username: username of a valid database user
# - password: password of a valid database user
# - ssl: whether to use SSL for database connections
# - ssl: extra JDBC connection parameters, appended to the URL as-is
# (e.g. 'verifyServerCertificate=false&sslmode=required')
#
#host: localhost
#port: 3306
#database: ''
#username: ''
#password: ''
#ssl: false
#ssl: ''
#--------------------------------------------------------------------
#--------------------------------------------------------------------