Skip to content

Commit 0d31e53

Browse files
author
Hinne Stolzenberg
committed
readme and new load balancer ip
1 parent fbc9a6e commit 0d31e53

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ aber nur wenn die neue Version auch explizit genutzt werden soll. Stargate ist i
1919
auch ohne Update.
2020
```
2121
$ cd enthus-apis
22+
$ git pull
2223
$ buf generate
2324
```
24-
"stargate" und "buf" aus dem "gen" folder in das python-script-Verzeichnis kopieren
25+
"stargate" und "buf" aus dem "gen/python" folder in das Python-script-Verzeichnis kopieren
2526
evtl file anlegen in buf folder (python import fail)
2627

2728
```

grpc_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
os.environ["GRPC_VERBOSITY"] = "DEBUG"
2121

2222
# Address to connect to.
23-
ADDR2 = "10.200.0.70:80"
23+
ADDR2 = "10.200.0.49:80"
2424

2525
# example uuid = "C3ECA1AE-BF47-4C14-AF8D-4991306C98AA" (stage).
2626
def list_items(stub):

0 commit comments

Comments
 (0)