Skip to content

add env enhancements from Dec 24 #1964

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions node.js/cds-env.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ As depicted in the figure below `cds.env` provides one-stop convenient and trans
| 9 | [`process.env`](#process-env) | runtime env vars from shell or cloud
| 10 | [`process.env.VCAP_SERVICES`](#services) | service bindings
| 11 | [_~/.cds-services.json_](#services) | service bindings for [_development_ profile](#profiles)
| tbd | [./.cdsrc.js]() | static project settings, also in plugins
| tbd | [./.cdsrc.yaml]() | static project settings, also in plugins
| tbd | [./.hybrid.env]() | profile-specific project env (lines of `name=value`)
Comment on lines +89 to +91
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chgeo If you let me know what the correct order is, I'll move it and fix the numbering.


> - `./` represents a project's root directory.
> - `~/` represents a user's home directory.
Expand Down
Loading