From edc7c1144d863c8214cb4d1c0afc85b2d05dad18 Mon Sep 17 00:00:00 2001 From: Lorenzo Venerandi <68255980+Lore09@users.noreply.github.com> Date: Sun, 9 Mar 2025 16:06:09 +0100 Subject: [PATCH] updated template --- .env.template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.env.template b/.env.template index b3dd903..b664a80 100644 --- a/.env.template +++ b/.env.template @@ -1,6 +1,7 @@ REGISTRY_URL= REGISTRY_USER= REGISTRY_PASSWORD= -PARALLEL_BUILD= -NATS_HOST= -NATS_PORT= \ No newline at end of file +PARALLEL_BUILD=True +NATS_HOST=localhost +NATS_PORT=4222 +ENABLE_METRICS=True \ No newline at end of file