17 lines
583 B
Bash
17 lines
583 B
Bash
# Flask / Gunicorn
|
|
FLASK_SECRET_KEY=change-this
|
|
CORE_API_USER=admin
|
|
CORE_API_PASS=Super4dmin!
|
|
|
|
# Dashboard credentials for ComboCore portal access
|
|
DASHBOARD_USER=admin@hpe.com
|
|
DASHBOARD_PASSWORD=kxly7o6FboYUoQXSeLrs2xodHIeybQRwcMs33QC5#
|
|
|
|
# Dashboard environments (JSON object mapping name -> URL)
|
|
DASHBOARD_ENVIRONMENTS={"Production":"https://dashboard.private5g.networking.hpe.com","Test":"https://your-test-dashboard-url.com"}
|
|
|
|
# VPN runtime
|
|
VPN_CONFIG_DIR=/vpn/configs
|
|
VPN_RUNTIME_DIR=/vpn/runtime
|
|
VPN_CONFIG_NAMES=Triton,Star,Bluebonnet,Lonestar,Production,US-Support,EU-Support
|