订正配置

This commit is contained in:
2025-12-16 11:17:44 +08:00
parent 0c1a6318f9
commit ec09561ab7
2 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ package: "{{ .groupId }}.{{ .artifactId }}"
packagePath: '{{ .package | replace "." "/" }}'
projectId: 06bbe5bc-2174-42ab-aa63-2f1ed5636324
dbType: mysql
dbHost: mysql-rw.staging.svc.cluster.local
dbHost: db-rw.staging.svc.cluster.local
dbPort: 3306
dbDatabase: '{{ .projectName | replace "-" "_" }}'
dbUsername: '{{ .projectName | replace "-" "_" }}_user'