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
While sandbox.repositories is technically externalizable, defining the list in YAML is easier.
sandbox.repositories
Because of that, the configuration of sandboxes to watch is versioned with the application.
It would be best to configure this list as a CI parameter (envvar), but we need to find a way to define the setting that is not cumbersome.
The text was updated successfully, but these errors were encountered:
This could currently be done via https://github.com/spring-projects/spring-boot/wiki/Relaxed-Binding-2.0#lists-1.
Sorry, something went wrong.
fbiville
No branches or pull requests
While
sandbox.repositories
is technically externalizable, defining the list in YAML is easier.Because of that, the configuration of sandboxes to watch is versioned with the application.
It would be best to configure this list as a CI parameter (envvar), but we need to find a way to define the setting that is not cumbersome.
The text was updated successfully, but these errors were encountered: