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.
13 lines
366 B
13 lines
366 B
|
|
# CLI tool, only in development environment.
|
|
# https://goframe.org/docs/cli
|
|
gfcli:
|
|
gen:
|
|
dao:
|
|
- link: "mysql:root:zzn20020930@tcp(127.0.0.1:3306)/homily_link?parseTime=True&loc=Local"
|
|
tables: "ebooks,live_streams,shows"
|
|
descriptionTag: true
|
|
docker:
|
|
build: "-a amd64 -s linux -p temp -ew"
|
|
tagPrefixes:
|
|
- my.image.pub/my-app
|