fix: admin database charset
CI / changes (push) Successful in 1s
CI / docker-bff (push) Successful in 2s
CI / docker-product (push) Failing after 1s

This commit is contained in:
zzw
2026-08-07 16:20:31 +08:00
parent 3b84d201e2
commit 29ffc24bbb
12 changed files with 55 additions and 38 deletions
+12 -3
View File
@@ -22,13 +22,22 @@ Nacos:
RegisterIP: product
Mysql:
Host: mysql
Port: 3306
# Host: mysql
# Port: 3306
# User: root
# Password: "123123"
# Database: dms-product
# Charset: utf8mb4
# Prefix:
Host: "39.106.171.204"
Port: 33066
User: root
Password: "123123"
Password: "MOLXRZNOU4Y4"
Database: dms-product
Charset: utf8mb4
Prefix:
# ReadHost: mysql-slave
# ReadPort: 3306
# ReadUser: root