mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 20:29:36 +00:00
use REDIS_CON for redis connection string
This commit is contained in:
@@ -153,9 +153,9 @@ TA_HOST="localhost"
|
||||
TA_USERNAME=tubearchivist
|
||||
TA_PASSWORD=verysecret
|
||||
TA_MEDIA_DIR="static/volume/media"
|
||||
TA_CACHE_DIR="static/volume/cache"
|
||||
TA_CACHE_DIR="static"
|
||||
TA_APP_DIR="."
|
||||
REDIS_HOST=localhost
|
||||
REDIS_CON=redis://localhost:6379
|
||||
ES_URL="http://localhost:9200"
|
||||
ELASTIC_PASSWORD=verysecret
|
||||
TZ=America/New_York
|
||||
|
||||
Reference in New Issue
Block a user