diff --git a/config/config.go b/config/config.go index 36fc9de..9d7b619 100644 --- a/config/config.go +++ b/config/config.go @@ -148,7 +148,7 @@ func fromEnvvar() { Redis: Redis{ Host: os.Getenv("REDIS_HOST"), Port: redisPort, - Password: os.Getenv("REDIS_PORT"), + Password: os.Getenv("REDIS_PASSWORD"), Threads: redisThreads, }, Cache: Cache{