5 lines
108 B
Bash
5 lines
108 B
Bash
#!/bin/bash
|
|
export MAX_MEM=2048
|
|
export EDEX_DEBUG_PORT=5009
|
|
export EDEX_JMX_PORT=1620
|
|
export MGMT_PORT=9605
|