1
1
Fork 0
mirror of https://github.com/vx3r/wg-gen-web.git synced 2024-05-03 22:26:07 +02:00
wg-gen-web/.env
2020-02-03 16:19:24 +09:00

13 lines
239 B
Bash

SERVER=0.0.0.0
PORT=8080
GIN_MODE=release
WG_CONF_DIR=./wireguard
WG_INTERFACE_NAME=wg0.conf
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USERNAME=account@gmail.com
SMTP_PASSWORD="*************"
SMTP_FROM="Wg Gen Web <account@gmail.com>"