You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CloudConfigOptionsSchema currently requires that the developer specify at least one profile to activate, when there may be no explicit profiles defined in the configuration set (e.g., if development, test and production are served by completely different configuration servers). The Joi schema definition for this could be set up to default activeProfiles to ['default'] if not supplied, rather than having SpringCloudConfig#load throw an error.
The text was updated successfully, but these errors were encountered:
CloudConfigOptionsSchema
currently requires that the developer specify at least one profile to activate, when there may be no explicit profiles defined in the configuration set (e.g., if development, test and production are served by completely different configuration servers). TheJoi
schema definition for this could be set up to defaultactiveProfiles
to['default']
if not supplied, rather than havingSpringCloudConfig#load
throw an error.The text was updated successfully, but these errors were encountered: