Common constants
- Source:
- enum/Literal.js
Example
const Literal = require('cli-worker/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> FEATURES_PATH :string
-
Feature files path
Type:
- string
- Default Value:
-
- features
- Source:
- enum/Literal.js
-
<static> MIDDLEWARES_PATH :string
-
Middleware files path
Type:
- string
- Default Value:
-
- middlewares
- Source:
- enum/Literal.js