From 50461fb94816e641c3f7f529e95627dfcd584b6d Mon Sep 17 00:00:00 2001 From: Joshua <> Date: Thu, 7 Dec 2023 18:45:00 +0100 Subject: [PATCH] Changed port --- provider_portal/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=(