File size: 219 Bytes
e54bb6d
 
 
 
 
f4d1a4c
1
2
3
4
5
6
#  get value from environment variable port
#  if not set, use default value 9990
#  export port to environment variable SD_UI_BIND_PORT
#  so that it can be used by other scripts

# export SD_UI_BIND_PORT=${PORT:-9990}