mirror of
https://github.com/gomods/athens
synced 2026-02-03 08:40:31 +00:00
add config options for redis password (#1545)
* add config options for redis password * redis password test and failure test * changed redis name and made a minimal redis.conf add drone volume volume fix remove volumes from drone. repoint redis path Co-authored-by: Aaron Schlesinger <70865+arschles@users.noreply.github.com> Co-authored-by: Marwan Sulaiman <marwan.sameer@gmail.com>
This commit is contained in:
@@ -291,6 +291,10 @@ SingleFlightType = "memory"
|
||||
# Env override: ATHENS_REDIS_ENDPOINT
|
||||
Endpoint = "127.0.0.1:6379"
|
||||
|
||||
# Password is the password for a redis SingleFlight lock.
|
||||
# Env override: ATHENS_REDIS_PASSWORD
|
||||
Password = ""
|
||||
|
||||
[Storage]
|
||||
# Only storage backends that are specified in Proxy.StorageType are required here
|
||||
[Storage.CDN]
|
||||
|
||||
Reference in New Issue
Block a user