You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
680 B
20 lines
680 B
|
|
# CLI tool, only in development environment.
|
|
# https://goframe.org/docs/cli
|
|
gfcli:
|
|
gen:
|
|
dao:
|
|
- link: "mysql:live:p4jMAMShNM8HTrbX@tcp(39.101.133.168:3306)/live?charset=utf8mb4&parseTime=True&loc=Local"
|
|
group: "default"
|
|
tables: "live, activity_interactive_form, activity_interactive_group, activity_interactive_record"
|
|
descriptionTag: true
|
|
- link: "mysql:cms:AF42R3ib6YkFaemm@tcp(39.101.133.168:3306)/cms?charset=utf8mb4&parseTime=True&loc=Local"
|
|
group: "cms"
|
|
tables: "member_info, fx_article"
|
|
descriptionTag: true
|
|
|
|
|
|
docker:
|
|
build: "-a amd64 -s linux -p temp -ew"
|
|
tagPrefixes:
|
|
- my.image.pub/my-app
|