mirror of
https://github.com/DJSundog/wg-portal.git
synced 2024-11-23 15:13:52 -05:00
9 lines
241 B
Bash
9 lines
241 B
Bash
LISTENING_ADDRESS=:8080
|
|
WG_DEVICES=wg0
|
|
WG_DEFAULT_DEVICE=wg0
|
|
WG_CONFIG_PATH=/etc/wireguard
|
|
EXTERNAL_URL=https://vpn.company.com
|
|
WEBSITE_TITLE=WireGuard VPN
|
|
COMPANY_NAME=Your Company Name
|
|
ADMIN_USER=admin@wgportal.local
|
|
ADMIN_PASS=supersecret |