From 1e40cb493fde6c3062fbc8f75a79a049158ba914 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Tue, 8 Apr 2025 23:28:32 -0600 Subject: [PATCH] Update template.toml --- blueprints/lowcoder/template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/lowcoder/template.toml b/blueprints/lowcoder/template.toml index be1cc7a..189c084 100644 --- a/blueprints/lowcoder/template.toml +++ b/blueprints/lowcoder/template.toml @@ -5,7 +5,7 @@ encryption_salt = "${password:32}" api_secret = "${password:32}" [config] -[config.domains] +[[config.domains]] serviceName = "lowcoder-api-service" port = 3000 host = "${main_domain}"