v1.0.92: jsonEnv — all vars + TEST endpoint default

This commit is contained in:
2026-07-28 09:39:52 +04:00
parent 7fc17ab3cd
commit f175319148
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ from routes.api_test import bp as api_test_bp
VERSION = "1.0.92"
app = Flask(__name__, template_folder="templates", static_folder="static")
app.config["NUBES_API_ENDPOINT"] = os.getenv("NUBES_API_ENDPOINT", "https://lk-api-gateway-dev.ngcloud.ru/api/v1/svc")
app.config["NUBES_API_ENDPOINT"] = os.getenv("NUBES_API_ENDPOINT", "https://lk-api-gateway-test.ngcloud.ru/api/v1/svc")
app.config["NUBES_API_TOKEN"] = os.getenv("NUBES_API_TOKEN", "")
app.config["VERSION"] = VERSION