go-zero/tools/modelctl/model/configtemplategen/configtemplate.go
2020-07-29 17:12:04 +08:00

16 lines
254 B
Go

package configgen
const configTemplate = `// TODO replace * to your real value
{
"WithCache": false,
"Force": true,
"Username": "***",
"Password": "***",
"Address": "**",
"TableSchema":"*",
"Tables": [
"**"
]
}
`