Updates the app.config.json file directories in README.md
Why it does that
The app.config.json files exist in the ./system-tests/resources/appconfig/ directory and its creation is not related to MVD deployment.
The location of these config files, mentioned in the README was not relative to root directory and thus created ambiguity. These files are stored under the system-tests/resource folder and not in the resource folder that is in root directory.
The README.md file has been updated with the correct locations of app.config.json files.
What this PR changes/adds
Updates the
app.config.json
file directories in README.mdWhy it does that
The
app.config.json
files exist in the./system-tests/resources/appconfig/
directory and its creation is not related to MVD deployment. The location of these config files, mentioned in the README was not relative to root directory and thus created ambiguity. These files are stored under thesystem-tests/resource
folder and not in theresource
folder that is in root directory.The README.md file has been updated with the correct locations of
app.config.json
files.Linked Issue(s)
Closes #183