From a185fe862558146ff2fab98e221cafb35b9ef80a Mon Sep 17 00:00:00 2001 From: Rohit Mulani <289630555+rohitmulani63-ops@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:19:54 +0400 Subject: [PATCH] fix: remove FileRun template BOM --- blueprints/filerun/template.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/filerun/template.toml b/blueprints/filerun/template.toml index 6edf05ac..b9b2b8bf 100644 --- a/blueprints/filerun/template.toml +++ b/blueprints/filerun/template.toml @@ -1,4 +1,4 @@ -[variables] +[variables] main_domain = "${domain}" mysql_user = "filerun" mysql_database = "filerun" @@ -16,4 +16,4 @@ env = [ [[config.domains]] serviceName = "filerun" port = 80 -host = "${main_domain}" +host = "${main_domain}" \ No newline at end of file