forked from DevoInc/devo-relay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
34 lines (27 loc) · 962 Bytes
/
.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
################################################################
##
## docker-compose environment variables
##
################################################################
################################################################
## Devo NG-Relay
################################################################
## Version
DEVO_NG_RELAY_VERSION = 2.5.0
## Log level
LOG_LEVEL = info
## JVM Options
# a space-separated quoted list of JVM flags
JAVA_OPTS = "-Xmx1G -Xms1G"
## Rule Ports
# By default, user defined rules are mapped to ports in the
# range [13003, 13020], both TCP and UDP. To change this
# behaviour, uncomment the following two lines and set the
# the correct range ports.
#TCP_PORT_RANGE = 13003-13020
#UDP_PORT_RANGE = 13003-13020
################################################################
## Devo NG-Relay CLI
################################################################
## Version
DEVO_NG_RELAY_CLI_VERSION = 1.2.8