-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy path.env
More file actions
30 lines (23 loc) · 987 Bytes
/
Copy path.env
File metadata and controls
30 lines (23 loc) · 987 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copy to .env before starting the demo stack:
# cp .env.demo.example .env
# Public URL shown in panel settings (set to your real demo domain)
FEATHERPANEL_APP_URL=http://localhost:8080
# URL Wings uses to reach the panel API (host.docker.internal works inside Docker on Linux)
DEMO_WINGS_REMOTE_URL=http://host.docker.internal:8080
# Port exposed on the host
FEATHERPANEL_PANEL_PORT=8080
# Reset interval in seconds (1800 = 30 minutes)
DEMO_RESET_INTERVAL_SECONDS=1800
# How often to pull latest :dev images (3600 = 1 hour)
DEMO_UPDATE_INTERVAL_SECONDS=3600
# Shared demo login credentials (printed on first bootstrap)
DEMO_ADMIN_USERNAME=admin
DEMO_ADMIN_PASSWORD=FeatherPanelDemo!
DEMO_USER_USERNAME=demo
DEMO_USER_PASSWORD=FeatherPanelDemo!
# Database / Redis (change if exposing publicly)
MARIADB_ROOT_PASSWORD=featherpanel_demo_root
MARIADB_DATABASE=featherpanel
MARIADB_USER=featherpanel
MARIADB_PASSWORD=featherpanel_demo_password
REDIS_PASSWORD=featherpanel_demo_redis