-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sample-env
48 lines (43 loc) · 1.31 KB
/
.sample-env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#Application Parameters
LOAD_CONFIG_FILE=false
RUNTYPE=debug
SERVER=0.0.0.0
HTTP_PORT=9080
GRPC_PORT=9090
REGION=EU
# PASETO Specifications
PASETO_EXPIRATION_IN_HOURS=168
AUTH_EULA=I Accept the Erebrus Terms of Service https://erebrus.io/terms.html for accessing the application.
SIGNED_BY=Erebrus
FOOTER=Erebrus 2024
#Node Specifications
HOST_IP=ip_addr
DOMAIN=http://ip_addr:9080/
NODE_NAME=
MNEMONIC=
CHAIN_NAME=
NODE_TYPE=
NODE_CONFIG=
#Gateway Specifications
GATEWAY_WALLET=0x0
GATEWAY_DOMAIN=https://dev.gateway.erebrus.io/
GATEWAY_PEERID=/ip4/35.239.34.5/tcp/9001/p2p/12D3KooWH6NjtNwQ3QRELdjqTce38marCzXkA7hHxnuVmJwc8oJA
#Wireguard Specifications
WG_CONF_DIR=
WG_CLIENTS_DIR=
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
WG_DNS=1.1.1.1
WG_ALLOWED_IP_1=0.0.0.0/0
WG_ALLOWED_IP_2=::/0
WG_PRE_UP=echo WireGuard PreUp
WG_POST_UP=iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
WG_PRE_DOWN=echo WireGuard PreDown
WG_POST_DOWN=iptables -D FORWARD -i %i -j ACCEPT; iptables -D FORWARD -o %i -j ACCEPT; iptables -t nat -D POSTROUTING -o eth0 -j MASQUERADE
#Service Specifications
SERVICE_CONF_DIR=./erebrus
CADDY_CONF_DIR=/etc/caddy
CADDY_INTERFACE_NAME=Caddyfile