Update block.py
This commit is contained in:
parent
6d94849e2d
commit
43e4c2f412
2
block.py
2
block.py
@ -12,7 +12,7 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
# API URLs
|
||||
# base_url = "http://localhost:8080/api/v1/clusters"
|
||||
base_url = "http://centurion-mlgraph.default.svc.cluster.local:8080/api/v1/clusters"
|
||||
base_url = "http://centurion-mlg.default.svc.cluster.local:8080/api/v1/clusters"
|
||||
cluster_name = "cluster_deviceid_email_fuzzydevice_direct_new"
|
||||
url_post = f"{base_url}/{cluster_name}/records"
|
||||
url_get = f"{base_url}/{cluster_name}/record"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user