Resolver's config is set in a resolver.config.json file. The config file is located in Resolver's install directory for easy access.
Below is a sample resolver.config.json file:
{
"activeProfile": "my-profile",
"profiles": {
"my-proile": {
"projectRootDirectory": "C:\\projects",
"projectArchiveRootDirectory": "C:\\archive",
"projectExportRootDirectory": "C:\\exports"
}
}
}
activeProfile stringThe name of the currently active profile.
profiles objectA dictionary object of all unique profiles.
projectRootDirectory stringThe path to the central project repository folder that contains all individual project folders.
projectArchiveRootDirectory stringThe path to the central project archive folder.
projectExportRootDirectory stringThe path to the central project export/publish folder.