diff --git a/provider_portal/run.py b/provider_portal/run.py index 22a8310..2c204fc 100644 --- a/provider_portal/run.py +++ b/provider_portal/run.py @@ -75,7 +75,7 @@ def run_app(app, host, port, ssl_context): smartmeter_thread.start() provider_thread = threading.Thread(target=run_app, args=( - customer_api_app, '10.0.1.10', 443, (config.CertificateConfig.SERVER_CERT, config.CertificateConfig.SERVER_KEY))) + customer_api_app, '10.0.1.10', 8100, (config.CertificateConfig.SERVER_CERT, config.CertificateConfig.SERVER_KEY))) provider_thread.start() admin_thread = threading.Thread(target=run_app, args=(