-
Notifications
You must be signed in to change notification settings - Fork 0
Added cloud deyployment support (st) #7
New issue
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
Conversation
Co-authored-by: Marc Becker <marc.becker@sap.com>
Co-authored-by: Marc Becker <marc.becker@sap.com>
Co-authored-by: Marc Becker <marc.becker@sap.com>
6b898cf to
9d30133
Compare
| - name: srv-api # required by consumers of CAP services (e.g. approuter) | ||
| properties: | ||
| srv-url: ${default-url} | ||
| srv-cert-url: '${protocol}://${default-host}.cert.${default-domain}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unused?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It may not be explicitly used in this default configuration, but it is still relevant for advanced configurations. In any case, it was generated by the tools command and therefore follows a pattern that I hesitate to change just for sake of slightly improved simplicity.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I always prefer to keep configuration as minimalistic as possible and also to always be able to answer why a certain configuration is there. It also makes it easier to understand what's going on.
This one here is useless right now. It might become relevant, once things like approuter, or so are added, but that's not the case now. IMO it should be added by the tools once it is actually needed.
No description provided.