oehrlis / oudbase

OUD base environment scripts
Apache License 2.0
6 stars 1 forks source link

No default values for OUDSM ports #74

Closed oehrlis closed 4 years ago

oehrlis commented 4 years ago

If OUDSM is automatically added to the oudtab oudenv.sh does use default values for the Ports but they are undefined

oehrlis commented 4 years ago

add default values

        export PORT=${DEFAULT_PORT:-"7001"}
        export PORT_SSL=${DEFAULT_PORT_SSL:-"7002"}