Rename ssl config key to flags
build / build (push) Failing after 13s

This commit is contained in:
Michael Burgess
2026-08-06 20:08:35 -04:00
parent 6f74026514
commit f8ba0e4efc
6 changed files with 70 additions and 9 deletions
+3 -3
View File
@@ -38,15 +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: extra JDBC connection parameters, appended to the URL as-is
# (e.g. 'verifyServerCertificate=false&sslmode=required')
# - flags: extra JDBC connection parameters, appended to the URL as-is
# (e.g. 'verifyServerCertificate=false&sslmode=required')
#
#host: localhost
#port: 3306
#database: ''
#username: ''
#password: ''
#ssl: ''
#flags: ''
#--------------------------------------------------------------------
#--------------------------------------------------------------------