.Environments - meta-d/sap-fiori-templates GitHub Wiki
Environments
The application has two environment files: development
and production
. The default environment for build
is production
, and default environment for serve
is development
. You can change the environment by setting the --configuration
option when running the build
or serve
command.
The features in environment are:
- production - enable production mode, disable debug log, and others.
- platform - S4H | BTP | LOCAL
- enableFiori - enable load all Fiori apps in SAP system as menus in this application.
- enableNotification - enable notification service in S4HANA system.
- enableWaterMark - enable water mark on page of the application.
- mockData - is mock data in local.
- embeddedAnalytics - Enable embedded analytics in S4HANA system.
- enableDemo - Enable demo pages, you can view demo features.