From 9a51036e86375103039d38b9c70030c681d06425 Mon Sep 17 00:00:00 2001 From: dave-p Date: Tue, 27 Oct 2020 20:25:36 +0000 Subject: [PATCH] Correct Environment variable name. --- lib/api/python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api/python/README.md b/lib/api/python/README.md index 09ac552bc..394f50761 100644 --- a/lib/api/python/README.md +++ b/lib/api/python/README.md @@ -19,7 +19,7 @@ Environment variables Name | Description --------------|-------------------------------------------- -TVH_URL_API | URL like http://localhost:9981/api +TVH_API_URL | URL like http://localhost:9981/api TVH_USER | username for HTTP API TVH_PASS | password for HTTP API -- 2.47.2