This commit is contained in:
2024-07-28 11:39:24 +08:00
parent bd1ed829c7
commit 9ba672e45a

View File

@@ -1,10 +1,10 @@
groupId: com.vs
artifactId: volunteer_bank
projectName: volunteer-bank
dbType: mysql
dbHost: mysql-rw.staging.svc.cluster.local
dbPort: 3306
db_database: '{{ .projectName | replace "-" "_" }}'
db_username: '{{ .projectName | replace "-" "_" }}_user'
db_password: "{{ randAlphaNum 16 }}"