From aed1da890f5db0d22b7a75c04ff5c0ca6441a262 Mon Sep 17 00:00:00 2001 From: Kelin Reij Date: Sat, 14 Mar 2026 15:20:37 -0400 Subject: [PATCH] Update .env.example --- .env.example | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.env.example b/.env.example index e6fde85..d235b6f 100644 --- a/.env.example +++ b/.env.example @@ -1,21 +1,14 @@ # Timezone TZ=America/New_York -# Source directories -SOURCE_STACKS_DIR=/opt -SOURCE_HOME_DIR=/~ - -# Backup location directory -BACKUP_DIR=/mnt/restic-usb - # Server Details SERVER_NAME= SERVER_IP= # Service Details +SERVICE_NAME= DOCKER_IMAGE= CONTAINER_NAME= -SERVICE_NAME= INTERNAL_PORT= EXTERNAL_PORT= LOCAL_URL=http://${SERVER_IP}.${EXTERNAL_PORT}