config.yaml 288 B

12345678910111213
  1. # CLI tool, only in development environment.
  2. # https://goframe.org/docs/cli
  3. gfcli:
  4. gen:
  5. dao:
  6. - link: "mysql:root:12345678@tcp(127.0.0.1:3306)/test"
  7. descriptionTag: true
  8. docker:
  9. build: "-a amd64 -s linux -p temp -ew"
  10. tagPrefixes:
  11. - my.image.pub/my-app