Changed debug port
This commit is contained in:
parent
3a8d92a4e6
commit
6324fe1a65
|
@ -7,7 +7,7 @@ set +a
|
||||||
|
|
||||||
ACCEPTED_JAVA_VERSIONs=(11 17)
|
ACCEPTED_JAVA_VERSIONs=(11 17)
|
||||||
PORT=8080
|
PORT=8080
|
||||||
DEBUG_PORT=5005
|
DEBUG_PORT=8100
|
||||||
DEBUG=false
|
DEBUG=false
|
||||||
EXECUTE=false
|
EXECUTE=false
|
||||||
TEST=false
|
TEST=false
|
||||||
|
|
Loading…
Reference in New Issue