confy
confy copied to clipboard
ProjectDirs qualifier and organization
This pull request introduces an option to configure the ProjectDirs qualifier and organization using compile-time environmental variables.
By default, the qualifier is set to rs, and the organization is an empty string. We can modify these settings using the variables CONFY_APP_QUALIFIER and CONFY_APP_ORGANIZATION.
This minor change enhances customization while maintaining backward compatibility.