Skip to content

Commit

Permalink
Changed port
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua committed Dec 7, 2023
1 parent 2990e05 commit 50461fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider_portal/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down

0 comments on commit 50461fb

Please sign in to comment.