Fix: Resolve blank page issue
This commit is contained in:
13
.env.example
13
.env.example
@@ -1,12 +1,22 @@
|
||||
# Docker WebUI Configuration
|
||||
# Copy this file to .env and customize your settings
|
||||
|
||||
# ===============================================
|
||||
# FRONTEND BUILD VARIABLES (REQUIRED)
|
||||
# These are used at build time by Vite. Fill them before building.
|
||||
# Get the values from your backend settings.
|
||||
VITE_SUPABASE_URL=
|
||||
VITE_SUPABASE_PUBLISHABLE_KEY=
|
||||
VITE_SUPABASE_PROJECT_ID=
|
||||
|
||||
# Optional: Port to expose the web UI
|
||||
PORT=8080
|
||||
|
||||
# ===============================================
|
||||
# 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
|
||||
|
||||
@@ -15,5 +25,4 @@ ADMIN_PASSWORD=changeme123
|
||||
# ===============================================
|
||||
# Set your server timezone
|
||||
# Examples: Europe/Copenhagen, America/New_York, Asia/Tokyo
|
||||
|
||||
TZ=Europe/Copenhagen
|
||||
|
||||
Reference in New Issue
Block a user