🎉 init
This commit is contained in:
10
app/auth/internal/config/config.go
Normal file
10
app/auth/internal/config/config.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package config
|
||||
|
||||
import "github.com/zeromicro/go-zero/rest"
|
||||
|
||||
type Config struct {
|
||||
rest.RestConf
|
||||
Mysql struct {
|
||||
Dsn string
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user