We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could we provide a way to use environment variables in the openapitools.json file ?
This would provide an easy way to pass credentials when using a corporate repository for instance.
i.e.
{ "generator-cli": { "repository": { "queryUrl": "https://${username}:${password}@artifactory.mycorp.com/maven-central/select?q=g:${group.id}+AND+a:${artifact.id}&core=gav&start=0&rows=200", "downloadUrl": "https://${username}:${password}@artifactory.mycorp.com/maven-central/${groupId}/${artifactId}/${versionName}/${artifactId}-${versionName}.jar" } } }
Related issue:
The text was updated successfully, but these errors were encountered:
kay-schecker
No branches or pull requests
Could we provide a way to use environment variables in the openapitools.json file ?
This would provide an easy way to pass credentials when using a corporate repository for instance.
i.e.
Related issue:
The text was updated successfully, but these errors were encountered: