Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
stoneream committed Mar 10, 2024
1 parent ca38290 commit 65e7b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ db.default {
port = ${?BERNER_DB_DEFAULT_PORT}
dbName = "dev_berner"
dbName = ${?BERNER_DB_DEFAULT_NAME}
url = "jdbc:mariadb://"${database.db.host}":"${database.db.port}"/"${database.db.dbName}"?useSSL=false&useUnicode=true&characterEncoding=utf8&connectionCollation=utf8mb4_general_ci"
url = "jdbc:mariadb://"${db.default.host}":"${db.default.port}"/"${db.default.dbName}"?useSSL=false&useUnicode=true&characterEncoding=utf8&connectionCollation=utf8mb4_general_ci"
user = "root"
user = ${?BERNER_DB_DEFAULT_USER}
password = ""
Expand Down

0 comments on commit 65e7b72

Please sign in to comment.