From 49f95757c4327c80b762336b20998b78f083e345 Mon Sep 17 00:00:00 2001 From: MarioCadenas Date: Wed, 4 Mar 2026 11:26:49 +0100 Subject: [PATCH] fix: template env file --- template/.env.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.env.tmpl b/template/.env.tmpl index 693834f8..6b40183f 100644 --- a/template/.env.tmpl +++ b/template/.env.tmpl @@ -15,4 +15,4 @@ PGSSLMODE=require {{- end}} DATABRICKS_APP_PORT=8000 DATABRICKS_APP_NAME={{.projectName}} -FLASK_RUN_HOST=0.0.0.0 +FLASK_RUN_HOST=localhost