|
@@ -7,11 +7,11 @@ import (
|
|
|
)
|
|
|
|
|
|
func init() {
|
|
|
- viper.SetConfigName("shopperthree_manage")
|
|
|
+ viper.SetConfigName("passport")
|
|
|
viper.SetConfigType("yaml")
|
|
|
viper.AddConfigPath(".")
|
|
|
viper.AddConfigPath("..")
|
|
|
- viper.AddConfigPath("/etc/shopperthree_manage")
|
|
|
+ viper.AddConfigPath("/etc/passport")
|
|
|
if err := viper.ReadInConfig(); err != nil {
|
|
|
panic(err)
|
|
|
}
|