Files
homelab-infra/.env.example
1jamesthompson1 716baafbc1 AI given structure
2026-03-23 16:06:42 +13:00

18 lines
304 B
Plaintext

# homelab-infra/.env
# Global environment variables shared across all services
# Copy to .env and fill in real values. NEVER commit .env.
# Storage
STORAGE_PATH=/mnt/storage/docker-data
MEDIA_PATH=/mnt/storage
# User
USER_UID=1000
USER_GID=1000
# Domain
DOMAIN=sjhl.nz
# Timezone
TZ=Pacific/Auckland