Files
go-zero/tools/goctl/model/sql/example/etc/config.json

23 lines
452 B
JSON
Raw Normal View History

2020-08-16 23:28:01 +08:00
{
"ServiceName": "model.test",
"Mode": "console",
"Mysql": {
2020-08-17 20:38:30 +08:00
"DataSource": "{user}:{password}@(127.0.0.1:3306)/{database}?charset=utf8mb4&parseTime=true&loc=Asia%2FShanghai",
2020-08-16 23:28:01 +08:00
"Table": {
"User": "user",
"Course": "user_course"
}
},
"CacheRedis": [
{
"Host": "127.0.0.1:6379",
"Type": "node",
"Pass": ""
}
],
"Redis": {
"Host": "127.0.0.1:6379",
"Type": "node",
"Pass": ""
}
}