You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app.config.json files should already exist in the ./system-tests/resources/appconfig/ directory and its creation is not related to MVD deployment.
This confusion might have occurred because of ambiguity in the README file. The directories of these config files mentioned in README is not relative to the root directory. These files are stored under the system-tests/resource folder and not in the resource folder that is in root directory.
Bug Report
Describe the Bug
When I run the MVD local development setup by using the Docker command, no app.config.json files are created in the MVD environment.
Expected Behavior
The three app.config.json files should be created in their respective directories when I run the MVD, according to the README:
resources/appconfig/company1/app.config.json
resources/appconfig/company2/app.config.json
resources/appconfig/company3/app.config.json
Observed Behavior
The resources folder only contains the folders:
setup_azure_ad
checkstyle-config.xml
participants.json
And the app.config files are missing.
Context Information
The text was updated successfully, but these errors were encountered: