bump flask_git_revision to 34c030c (site/ structure)

This commit is contained in:
“Naeel”
2026-07-20 12:12:44 +04:00
parent 4c5a61cbbf
commit b05969aad0
+3 -3
View File
@@ -5,7 +5,7 @@
locals {
# ─── PostgreSQL ──────────────────────────────────────────────────────────
pg_resource_name = "pglucee001"
pg_resource_name = "pg4crud"
pg_cpu = 500
pg_memory = 512
pg_replicas = 1
@@ -22,7 +22,7 @@ locals {
# ─── Lucee ───────────────────────────────────────────────────────────────
lucee_git_revision = "94d6677"
lucee_resource_name = "luceeresource"
lucee_resource_name = "luceecrud"
lucee_domain = "tflucee"
lucee_version = "5.4"
lucee_git_path = "https://gitea.services.ngcloud.ru/Nail/tfluceecrud.git"
@@ -34,7 +34,7 @@ locals {
crud_table_name = "crud_items"
# ─── Flask ───────────────────────────────────────────────────────────────
flask_git_revision = "9c14f70"
flask_git_revision = "34c030c"
flask_resource_name = "flaskcrud"
flask_domain = "tfflask"
flask_git_path = "https://gitea.services.ngcloud.ru/Nail/tfflaskcrud.git"