We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f1d12d + 9af1e99 commit c60b4abCopy full SHA for c60b4ab
README.md
@@ -43,8 +43,8 @@ from datetime import datetime, timedelta
43
from frequenz.client.common.metric import Metric
44
from frequenz.client.reporting import ReportingApiClient
45
46
-# Change server address if needed
47
-SERVER_URL = "grpc://reporting.api.frequenz.com:443"
+# Change server address
+SERVER_URL = "grpc://replace-this-with-your-server-url:port"
48
API_KEY = open('api_key.txt').read().strip()
49
client = ReportingApiClient(server_url=SERVER_URL, key=API_KEY)
50
```
0 commit comments