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