Common constants
- Source:
- enum/Literal.js
Example
const Literal = require('@gx/app/lib/enum/Literal');
Members
-
<static> APP_CFG_NAME :string
-
App config file name
Type:
- string
- Default Value:
-
- app
- Source:
- enum/Literal.js
-
<static> DEFAULT_BOOTSTRAP_PATH :string
-
Default bootrap path
Type:
- string
- Default Value:
-
- bootstrap
- Source:
- enum/Literal.js
-
<static> DEFAULT_CONFIG_PATH :string
-
Config files path
Type:
- string
- Default Value:
-
- conf
- Source:
- enum/Literal.js
-
<static> DEFAULT_TIMEZONE :string
-
Default timezone
Type:
- string
- Default Value:
-
- Australia/Sydney
- Source:
- enum/Literal.js
-
<static> FEATURES_PATH :string
-
Feature files path
Type:
- string
- Default Value:
-
- features
- Source:
- enum/Literal.js
-
<static> MODELS_PATH :string
-
Models files path, under backend folder
Type:
- string
- Default Value:
-
- models
- Source:
- enum/Literal.js