Skip to content

Commit

Permalink
Changed config for admin_cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua committed Dec 10, 2023
1 parent abb0225 commit 688bef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion admin_cli/config/config.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CERT_PATH = "config/certificates/root_ca/ca-public-key.pem"
PROVIDER_URL = "https://10.0.1.10:8090/v1/admin/"
PROVIDER_URL = "https://10.1.5.148:8090/v1/admin/"
1 change: 1 addition & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
container_name: provider_portal
ports:
- 8100:8100
- 8090:8090
volumes:
- ./provider_portal:/app/provider_portal
- ./smart_meter/config/certificates/smartmeter_certificates:/app/smart_meter/config/certificates/smartmeter_certificates
Expand Down

0 comments on commit 688bef2

Please sign in to comment.