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:
Matthew Plachter
2020-02-25 17:18:04 -07:00
committed by GitHub
parent 9624953236
commit 71c57ef7ee
9 changed files with 90 additions and 7 deletions
+4
View File
@@ -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]