fix pwd
This commit is contained in:
parent
bc3846034c
commit
38ff3a7da5
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user