From dcba157975fb07fdcb8d0d49a43d9162917f9f3b Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Sat, 6 Sep 2025 14:32:11 +1000 Subject: [PATCH] Setup repo for local, dev and production --- .env.develop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.develop b/.env.develop index 663d745..58ab181 100644 --- a/.env.develop +++ b/.env.develop @@ -1,4 +1,4 @@ IMAGE_TAG=develop CONTAINER_NAME=comprofix-develop HUGO_BASEURL=https://dev.comprofix.com -HOSTNAME=dev.comprofix.com +HOSTNAME=comprofix.com