-
Notifications
You must be signed in to change notification settings - Fork 133
Added docu for vcap additional options #2035
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
@mariayord can you please attach a screenshot to see what it looks like eventually? The table layout is hard to imagine. |
node.js/cds-connect.md
Outdated
</tbody> | ||
</table> | ||
|
||
To override the inherited configuration from `VCAP_SERVICE`, explicitly set the service property `vcap.label` to `false` in the configuration file, for example: |
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.
CAP services often come with a default vcap
configuration. In rare cases, the default configuration has to be deactivated which can be achieved by explicitly setting the service property vcap.<property>
to false
:
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.
@johannes-vogel I thougth we support only vcap.label : false or this behaviour is valid for all properties ?
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.
The behavior is generic for all properties that are set to false.
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.
On the other hand, all our defaults are using the label
so far.
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.
Co-authored-by: Johannes Vogel <[email protected]>
Co-authored-by: Johannes Vogel <[email protected]>
Co-authored-by: Johannes Vogel <[email protected]>
Co-authored-by: Johannes Vogel <[email protected]>
Co-authored-by: Johannes Vogel <[email protected]>
Co-authored-by: Johannes Vogel <[email protected]>
Co-authored-by: Johannes Vogel <[email protected]>
No description provided.