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