Refactor: Use .env for admin credentials

This commit is contained in:
gpt-engineer-app[bot]
2025-10-20 21:57:38 +00:00
parent 10bcbf519c
commit af954c5486
2 changed files with 89 additions and 3 deletions

View File

@@ -1,6 +1,19 @@
# Timezone
TZ=Europe/Copenhagen
# Docker WebUI Configuration
# Copy this file to .env and customize your settings
# ===============================================
# ADMIN CREDENTIALS
# ===============================================
# IMPORTANT: Change these before first run!
# These credentials are used to create the admin account
# Admin Credentials (CHANGE THESE!)
ADMIN_EMAIL=admin@docker-webui.local
ADMIN_PASSWORD=changeme123
# ===============================================
# TIMEZONE
# ===============================================
# Set your server timezone
# Examples: Europe/Copenhagen, America/New_York, Asia/Tokyo
TZ=Europe/Copenhagen