From 677a171ddceb96fd20afc5c3b76499fba95d9e1f Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:59:30 -0300 Subject: [PATCH] local default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b116a31..b406d71 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ #!make SYSTEM ?= ubuntu/22.04 ENV_FILE = ./.env -DOMAIN ?= chevereto.cloud +DOMAIN ?= localhost NAMESPACE ?= chevereto NAMESPACE_FILE = ./namespace/${NAMESPACE} NAMESPACE_FILE_EXISTS = false