/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
- package config
- const (
- Debug = true
- Host = "localhost:3306"
- User = "root"
- Passwd = "10101"
- Schema = "gocase"
- )