diff --git a/docs/configuration.md b/docs/configuration.md index 75e1fef..f1cf737 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -4,9 +4,9 @@ The view to setting of test configuration. ## 1. Host IP The IP address for installation of MLRun. This env. variable can be used such as ${HOST_IP} -in other variables in env. file. It is important to use not localhost, but relevant +in other variables in env. file. It is important to use not `localhost`, but relevant IP address, because the services in pod/node need to have access to valid end point -of services. +of the services (such as redis, kafka, etc.). ## 2. Anonym mode The switch for setup `On` or `Off` anonym mode (default is `Off`). If anonym mode is `On` than diff --git a/qgate_sln_mlrun/version.py b/qgate_sln_mlrun/version.py index 7265619..6b4c34b 100644 --- a/qgate_sln_mlrun/version.py +++ b/qgate_sln_mlrun/version.py @@ -1,3 +1,3 @@ # Store the version here so: -__version__ = '0.2.6' \ No newline at end of file +__version__ = '0.2.7' \ No newline at end of file