From f008b005f19079d0b2b1ce595b34d96f5e9b5987 Mon Sep 17 00:00:00 2001 From: Pandoks_ <35944715+Pandoks@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:46:49 -0800 Subject: [PATCH] Update env file again --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index c15deff4..456138a6 100644 --- a/.env.example +++ b/.env.example @@ -15,8 +15,8 @@ MAIN_DB_URL=postgresql://admin:password@localhost:5432/main MAIN_REDIS_URL=redis://:password@localhost:6379 # information about the app (can be public) -PUBLIC_DOMAIN=localhost:5173 -PUBLIC_APP_NAME= +PUBLIC_DOMAIN=localhost +PUBLIC_APP_NAME=homelab-template # ----- Docker Compose Setup ----- # # NOTE: All databases will have the same credentials for local development