mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
change other yml files
This commit is contained in:
@@ -81,6 +81,10 @@ app:
|
|||||||
|
|
||||||
# Database connection
|
# Database connection
|
||||||
# -------------------
|
# -------------------
|
||||||
|
# for MariaDB
|
||||||
|
# driverClass is org.mariadb.jdbc.Driver
|
||||||
|
# url is jdbc:mariadb://localhost/commafeed?autoReconnect=true&failOverReadOnly=false&maxReconnects=20&rewriteBatchedStatements=true
|
||||||
|
#
|
||||||
# for MySQL
|
# for MySQL
|
||||||
# driverClass is com.mysql.cj.jdbc.Driver
|
# driverClass is com.mysql.cj.jdbc.Driver
|
||||||
# url is jdbc:mysql://localhost/commafeed?autoReconnect=true&failOverReadOnly=false&maxReconnects=20&rewriteBatchedStatements=true
|
# url is jdbc:mysql://localhost/commafeed?autoReconnect=true&failOverReadOnly=false&maxReconnects=20&rewriteBatchedStatements=true
|
||||||
|
|||||||
@@ -80,7 +80,11 @@ app:
|
|||||||
userAgent:
|
userAgent:
|
||||||
|
|
||||||
# Database connection
|
# Database connection
|
||||||
# -------------------
|
# -------------------
|
||||||
|
# for MariaDB
|
||||||
|
# driverClass is org.mariadb.jdbc.Driver
|
||||||
|
# url is jdbc:mariadb://localhost/commafeed?autoReconnect=true&failOverReadOnly=false&maxReconnects=20&rewriteBatchedStatements=true
|
||||||
|
#
|
||||||
# for MySQL
|
# for MySQL
|
||||||
# driverClass is com.mysql.cj.jdbc.Driver
|
# driverClass is com.mysql.cj.jdbc.Driver
|
||||||
# url is jdbc:mysql://localhost/commafeed?autoReconnect=true&failOverReadOnly=false&maxReconnects=20&rewriteBatchedStatements=true
|
# url is jdbc:mysql://localhost/commafeed?autoReconnect=true&failOverReadOnly=false&maxReconnects=20&rewriteBatchedStatements=true
|
||||||
|
|||||||
Reference in New Issue
Block a user