Some changes
This commit is contained in:
@@ -18,10 +18,6 @@ func GetConfig() *viper.Viper {
|
||||
c.SetDefault("debug", true)
|
||||
c.SetDefault("admins", []interface{}{})
|
||||
|
||||
c.SetDefault("redis.host", "localhost:6379")
|
||||
c.SetDefault("redis.db", 0)
|
||||
c.SetDefault("redis.password", "")
|
||||
|
||||
c.SetDefault("crisp.identifier", "")
|
||||
c.SetDefault("crisp.key", "")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user