Skip to content
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

first draft of documenting feature flags #518

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
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
10 changes: 10 additions & 0 deletions node.js/cds-env.md
Original file line number Diff line number Diff line change
@@ -385,6 +385,16 @@ Example:
}
```
## Feature Flags
Influence the runtime behavior by specifying one or more of the following flags in `cds.features`:
| Flag | Behavior |
|----------------|-------------------------------------------|
| `assert_integrity` | Enables [db integrity constraints](../guides/databases#db-constraints) |
| `odata_new_parser` |Enables the new OData URL parser |
| `kibana_formatter` | Enables [log output in Kibana-friendly format](./cds-log#logging-in-production) |
| `fiori_preview` | Enables [SAP Fiori Preview](../advanced/fiori#sap-fiori-preview) |
## Configuration Profiles {#profiles}