fix: prod MySQL host — use mysql (K8s Service name)

This commit is contained in:
admin
2026-07-26 23:00:26 +08:00
parent a6ca578df3
commit 5c402df491
+1 -1
View File
@@ -12,4 +12,4 @@ data:
PORT: "5199" PORT: "5199"
# Spring Boot Database # Spring Boot Database
SPRING_DATASOURCE_URL: jdbc:mysql://lpt-prod-mysql8:3306/lpt_prod?allowPublicKeyRetrieval=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8 SPRING_DATASOURCE_URL: jdbc:mysql://mysql:3306/lpt_prod?allowPublicKeyRetrieval=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8