@@ -80,6 +80,8 @@ func loadConfig() Config {
fmt.Sscanf(env, "%d", &ttl)
}
fmt.Println(getenv("REDIS_ADDR", "localhost:6379"), srcs, ttl)
return Config{
RedisAddr: getenv("REDIS_ADDR", "localhost:6379"),
Sources: srcs,
The note is not visible to the blocked user.