/pkg/config/config.go

https://code.google.com/p/gocase/ · Go · 10 lines · 8 code · 2 blank · 0 comment · 0 complexity · 002ff30b9f7ad1406bc95183eed3cd25 MD5 · raw file

  1. package config
  2. const (
  3. Debug = true
  4. Host = "localhost:3306"
  5. User = "root"
  6. Passwd = "10101"
  7. Schema = "gocase"
  8. )