Update camunda utils and readme to reflect new port 8085.
authorJan Vales <jan@jvales.net>
Thu, 17 Jan 2019 02:30:26 +0000 (03:30 +0100)
committerJan Vales <jan@jvales.net>
Thu, 17 Jan 2019 02:30:26 +0000 (03:30 +0100)
camunda-overlay/README.md
camunda-overlay/camunda.py

index 66b07672664cfc248636f0960eeb11e4eebbd022..3463cddc9b6afa26724a76dc100ca310699a4cc4 100644 (file)
@@ -15,7 +15,7 @@ Result should be available in Camunda Tasklist -> All Tasks
 
 ## Default login
 
-URI: http://localhost:8080/camunda/
+URI: http://localhost:8085/camunda/
 
 User: demo
 
index ae76619e5d7e2853bd6d4ba771c2eca0b4d5884b..74eb8a7c77f7089a4cdac67abe69fd3eb1e8591a 100755 (executable)
@@ -7,7 +7,7 @@ import requests
 import argparse
 from pprint import pprint
 
-CAMUNDA="http://localhost:8080/engine-rest/"
+CAMUNDA="http://localhost:8085/engine-rest/"
 
 def get_current_deployments(key = 'sentiment-analysis'):
     res = requests.get(CAMUNDA + "deployment")