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.
1 parent f2eab4f commit ee3f641Copy full SHA for ee3f641
examples/streaming.py
@@ -5,9 +5,9 @@
5
from UnleashClient import UnleashClient
6
from UnleashClient.events import UnleashEventType
7
8
-URL = "https://sandbox.getunleash.io/enterprise/api"
9
-TOKEN = "hammer-1:development.4819f784fbe351f8a74982d43a68f53dcdbf74cdde554a5d0a81d997"
10
-FLAG = "flag-page-hh"
+URL = "https://app.unleash-hosted.com/demo/api"
+TOKEN = "demo-app:dev.9fc74dd72d2b88bea5253c04240b21a54841f08d9918046ed55a06b5"
+FLAG = "example-flag"
11
12
headers = {"Authorization": TOKEN}
13
0 commit comments