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.

15 lines
479 B

3 weeks ago
3 weeks ago
  1. # CLI tool, only in development environment.
  2. # https://goframe.org/docs/cli
  3. gfcli:
  4. gen:
  5. dao:
  6. - link: "mysql:shequ:7bMDPChJSdLMAwNR@tcp(121.89.234.155:3306)/shequ"
  7. descriptionTag: true
  8. tables: "member_info,vote_records"
  9. - link: "mysql:live:p4jMAMShNM8HTrbX@tcp(39.101.133.168:3306)/live"
  10. descriptionTag: true
  11. tables: "float_window"
  12. docker:
  13. build: "-a amd64 -s linux -p temp -ew"
  14. tagPrefixes:
  15. - my.image.pub/my-app