stop on old ENABLE_CAST var

This commit is contained in:
Simon 2025-03-09 20:33:36 +07:00
parent fd9ce89bb1
commit 45907cad8b
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ UNEXPECTED_ENV_VARS = {
"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",
"ENABLE_CAST": "That is now a toggle in setting and DISABLE_STATIC_AUTH",
}
INST = "https://github.com/tubearchivist/tubearchivist#installing-and-updating"
NGINX = "/etc/nginx/sites-available/default"