use REDIS_CON for redis connection string

This commit is contained in:
Simon
2024-12-23 22:29:52 +07:00
parent f25c2025e8
commit a4435fdd60
7 changed files with 13 additions and 19 deletions

View File

@@ -62,7 +62,9 @@ EXPECTED_ENV_VARS = [
"TA_HOST",
]
UNEXPECTED_ENV_VARS = {
"TA_UWSGI_PORT": "Has been replaced with 'TA_BACKEND_PORT'"
"TA_UWSGI_PORT": "Has been replaced with 'TA_BACKEND_PORT'",
"REDIS_HOST": "Has been replaced with 'REDIS_CON' connection string",
"REDIS_PORT": "Has been consolidated in 'REDIS_CON' connection string",
}
INST = "https://github.com/tubearchivist/tubearchivist#installing-and-updating"
NGINX = "/etc/nginx/sites-available/default"