GITLAB

aarongao / leyoutu_server

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • leyoutu_server
  • Config
  • config.go
  • 1fb183f6   . Browse Code ยป
    aarongao
    2020-02-14 13:27:41 +0800  
config.go 155 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10
package Config

type Config struct {
	TagType    []string
	DbPath     string
	DbName     string
	DbUser     string
	DbPassword string
	RedisPath  string
}