aboutsummaryrefslogtreecommitdiffstats
path: root/extras/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'extras/config.py')
-rw-r--r--extras/config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/config.py b/extras/config.py
index 2ea749c..3309b71 100644
--- a/extras/config.py
+++ b/extras/config.py
@@ -22,7 +22,7 @@ python_version = f"python{'.'.join(platform.python_version_tuple()[:2])}"
CA = os.path.abspath(os.path.join(os.path.dirname(__file__), "../assets/cert/CA.pem"))
KUKSA_CONFIG = {
- "ip": '10.42.0.95',
+ "ip": '127.0.0.1',
"port": "55555",
'protocol': 'grpc',
'insecure': False,
@@ -31,4 +31,4 @@ KUKSA_CONFIG = {
}
WS_TOKEN = os.path.join(os.path.expanduser("~"), f".local/lib/{python_version}/site-packages/kuksa_certificates/jwt/super-admin.json.token")
-GRPC_TOKEN = os.path.abspath(os.path.join(os.path.dirname(__file__), "../assets/token/grpc/actuate-provide-all.token")) \ No newline at end of file
+GRPC_TOKEN = os.path.abspath(os.path.join(os.path.dirname(__file__), "../assets/token/grpc/actuate-provide-all.token"))