Commit fec153e7 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

NBI component:

- Added default value for setting WS_E2E_PORT
parent 9d6942de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ vnt_manager_client: VNTManagerClient = VNTManagerClient()
context_client:     ContextClient =     ContextClient()   

ALL_HOSTS = "0.0.0.0"
WS_E2E_PORT = str(get_setting('WS_E2E_PORT'))
WS_E2E_PORT = str(get_setting('WS_E2E_PORT', default='8762'))

LOGGER = logging.getLogger(__name__)