Hierarchical configuration files
User-specific configuration files
Example
{
"$schema": "https://schemas.specsolutions.eu/specsync-user-config-latest.json",
"toolSettings": {
"licensePath": "specsync.lic" // in the same folder as the user-specific setting
},
"knownRemotes": [
{
"projectUrl": "https://dev.azure.com/myorg/*",
"user": "g2x.....................ac2vx57i4a"
},
{
"projectUrl": "https://dev.azure.com/otherorg/OtherProject",
"user": "y6s.....................ksuc7tsts"
}
]
}Parent configuration files
Example: Project with different feature file sets
Example: Project with different synchronization settings
Last updated