add oracle and postgresql support

This commit is contained in:
2024-09-22 16:55:15 +08:00
parent f5b0f2a0ac
commit 236156cf68
2 changed files with 20 additions and 7 deletions

View File

@@ -10,9 +10,9 @@ projectId: 06bbe5bc-2174-42ab-aa63-2f1ed5636324
dbType: mysql
dbHost: mysql-rw.staging.svc.cluster.local
dbPort: 3306
db_database: '{{ .projectName | replace "-" "_" }}'
db_username: '{{ .projectName | replace "-" "_" }}_user'
db_password: "{{ randAlphaNum 16 }}"
dbDatabase: '{{ .projectName | replace "-" "_" }}'
dbUsername: '{{ .projectName | replace "-" "_" }}_user'
dbPassword: "{{ randAlphaNum 16 }}"
rocketmq_address: "10.0.2.221:9876;10.0.2.222:9876;10.0.2.223:9876"
rocketmq_topic: '{{ .projectName | replace "-" "_" }}'
rocketmq_consumerGroup: "CID_{{ .artifactId }}"