Skip to content

Commit

Permalink
sample.env: seperate fields with ip_addr
Browse files Browse the repository at this point in the history
  • Loading branch information
inciner8r committed May 14, 2024
1 parent b9996d9 commit 9d7de70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .sample-env
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ SERVER=0.0.0.0
HTTP_PORT=9080
GRPC_PORT=9090
REGION=EU01
MASTERNODE_URL=https://dev.gateway.erebrus.io

DOMAIN=http://ip_addr:9080
HOST_IP=ip_addr
MASTERNODE_URL=https://dev.gateway.erebrus.io
WG_ENDPOINT_HOST=ip_addr

# Wireguard Specifications
WG_CONF_DIR=/etc/wireguard
WG_CLIENTS_DIR=/etc/wireguard/clients
WG_INTERFACE_NAME=wg0.conf
WG_ENDPOINT_HOST=ip_addr
WG_ENDPOINT_PORT=51820
WG_IPv4_SUBNET=10.0.0.1/24
WG_IPv6_SUBNET=fd9f:0000::10:0:0:1/64
Expand Down

0 comments on commit 9d7de70

Please sign in to comment.