Skip to content

Commit

Permalink
first draft of documenting feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-vogel committed Nov 6, 2023
1 parent 9de8124 commit 19862e6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions node.js/cds-env.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 19862e6

Please sign in to comment.