From 33c5844ede10441ad3ac8dc95c1d937396f189e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Mon, 20 Jul 2026 13:02:26 +0400 Subject: [PATCH] =?UTF-8?q?fix:=20DEV=5FSTAND=20domains=20=E2=80=94=20tflu?= =?UTF-8?q?ceedev,=20tfflaskdev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DEV_STAND/CRUD/locals.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEV_STAND/CRUD/locals.tf b/DEV_STAND/CRUD/locals.tf index 96a07b7..5a66637 100644 --- a/DEV_STAND/CRUD/locals.tf +++ b/DEV_STAND/CRUD/locals.tf @@ -23,7 +23,7 @@ locals { # ─── Lucee ─────────────────────────────────────────────────────────────── lucee_git_revision = "94d6677" lucee_resource_name = "luceecrud" - lucee_domain = "tflucee" + lucee_domain = "tfluceedev" lucee_version = "5.4" lucee_git_path = "https://gitea.services.ngcloud.ru/Nail/tfluceecrud.git" lucee_cpu = 300 @@ -36,7 +36,7 @@ locals { # ─── Flask ─────────────────────────────────────────────────────────────── flask_git_revision = "34c030c" flask_resource_name = "flaskcrud" - flask_domain = "tfflask" + flask_domain = "tfflaskdev" flask_git_path = "https://gitea.services.ngcloud.ru/Nail/tfflaskcrud.git" flask_cpu = 300 flask_memory = 512