2026-04-05 20:29:35 -04:00
|
|
|
# Dragon Wind — example .env
|
|
|
|
|
# Let setup.sh generate .env automatically (randomized ports), or copy this file:
|
|
|
|
|
# cp .env.example .env
|
2026-04-05 20:05:34 -04:00
|
|
|
|
2026-04-05 20:29:35 -04:00
|
|
|
# ---- Ports (randomized by setup.sh on first run) ------------
|
|
|
|
|
WEB_PORT=3000
|
|
|
|
|
RELAY_TCP_PORT=3001
|
|
|
|
|
RELAY_UDP_PORT=5000
|
2026-04-05 20:05:34 -04:00
|
|
|
|
2026-04-05 20:29:35 -04:00
|
|
|
# ---- Auth ---------------------------------------------------
|
|
|
|
|
AUTH_USER=admin
|
|
|
|
|
AUTH_PASS=DragonWind2026!
|
2026-04-05 20:05:34 -04:00
|
|
|
|
2026-04-05 20:29:35 -04:00
|
|
|
# ---- S3 (can also be configured via Admin UI) ---------------
|
|
|
|
|
S3_ENDPOINT=
|
|
|
|
|
S3_REGION=us-east-1
|
|
|
|
|
S3_BUCKET=
|
|
|
|
|
S3_ACCESS_KEY=
|
|
|
|
|
S3_SECRET_KEY=
|
2026-04-05 20:05:34 -04:00
|
|
|
|
2026-04-05 20:29:35 -04:00
|
|
|
# ---- AMPP (can also be configured via Admin UI) -------------
|
2026-04-05 20:05:34 -04:00
|
|
|
AMPP_BASE_URL=https://us-east-1.gvampp.com
|
2026-04-05 20:29:35 -04:00
|
|
|
AMPP_API_KEY=
|