Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
@@ -11,6 +11,7 @@ func main() {
viper.SetConfigType("yaml")
viper.SetConfigName("urls")
viper.AddConfigPath(".")
viper.AddConfigPath("/config")
if err := viper.ReadInConfig(); err != nil {
panic(err)
}
The note is not visible to the blocked user.