diff --git a/AUTHORS.rst b/AUTHORS.rst index 9f8355c6..bd54473d 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -5,4 +5,5 @@ The list of contributors in alphabetical order: - `Diego Rodriguez `_ - `Dinos Kousidis `_ +- `Rokas Maciulaitis `_ - `Tibor Simko `_ diff --git a/reana_commons/config.py b/reana_commons/config.py index 650a60e9..b1595e19 100644 --- a/reana_commons/config.py +++ b/reana_commons/config.py @@ -49,7 +49,7 @@ port=os.getenv('WORKFLOW_CONTROLLER_SERVICE_PORT_HTTP', '5000')), 'reana_workflow_controller.json'), 'reana-server': ( - os.getenv('REANA_SERVER_URL', None), + os.getenv('REANA_SERVER_URL', '0.0.0.0'), 'reana_server.json'), 'reana-job-controller': ( 'http://{address}:{port}'.format(