20 lines
590 B
Plaintext
20 lines
590 B
Plaintext
# 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_EMAIL=admin@docker-webui.local
|
|
ADMIN_PASSWORD=changeme123
|
|
|
|
# ===============================================
|
|
# TIMEZONE
|
|
# ===============================================
|
|
# Set your server timezone
|
|
# Examples: Europe/Copenhagen, America/New_York, Asia/Tokyo
|
|
|
|
TZ=Europe/Copenhagen
|