aboutsummaryrefslogtreecommitdiffstats
path: root/ms/py-executor/resource_resolution/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'ms/py-executor/resource_resolution/README.md')
-rw-r--r--ms/py-executor/resource_resolution/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/py-executor/resource_resolution/README.md b/ms/py-executor/resource_resolution/README.md
index 3920338ae..275073583 100644
--- a/ms/py-executor/resource_resolution/README.md
+++ b/ms/py-executor/resource_resolution/README.md
@@ -150,7 +150,7 @@ from resource_resolution.resource_resolution import ResourceResolution
if __name__ == "__main__":
# If you want to use only HTTP you don't have to use context manager
r = ResourceResolution(
- http_server_port=8081,
+ http_server_port=8080,
http_auth_user="ccsdkapps",
http_auth_pass="ccsdkapps",
http_use_tls=False
@@ -177,4 +177,4 @@ if __name__ == "__main__":
resolution_key="test",
)
assert another_template.result == "another_value"
-``` \ No newline at end of file
+```