Skip to content

Commit 51bc821

Browse files
Add new service address to readme
Signed-off-by: Flora <[email protected]>
1 parent a22cc45 commit 51bc821

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Please also refer to [examples](https://github.com/frequenz-floss/frequenz-clien
2929
### Installation
3030

3131
```bash
32-
# Choose the version to install
32+
# Choose the version you want to install
3333
VERSION=0.6.0
3434
pip install frequenz-client-reporting==$VERSION
3535
```
@@ -43,8 +43,8 @@ from datetime import datetime
4343
from frequenz.client.common.metric import Metric
4444
from frequenz.client.reporting import ReportingApiClient
4545

46-
# Change server address
47-
SERVICE_ADDRESS = "localhost:4711"
46+
# Change server address if needed
47+
SERVICE_ADDRESS = "reporting.api.frequenz.com:443"
4848
API_KEY = open('api_key.txt').read().strip()
4949
client = ReportingApiClient(service_address=SERVICE_ADDRESS, key=API_KEY)
5050
```

0 commit comments

Comments
 (0)