AI given structure
This commit is contained in:
17
.env.example
Normal file
17
.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user