File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 4
4
title : Getting started with the Web UI
5
5
- id : getting-started-cli
6
6
title : Getting started with the CLI
7
- - title : Extenions Developer
7
+ - title : Extensions Developer
8
8
items :
9
9
- id : create-activity
10
10
title : Building your first activity
14
14
items :
15
15
- id : contribute-docs
16
16
title : Contribute to Docs
17
+ - title : Configuration
18
+ items :
19
+ - id : environment-vars
20
+ title : Environment variables
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : page
3
+ title : “Environment variables”
4
+ category : guide
5
+ ---
6
+
7
+ List of environment variables to configure the flogo engine
8
+
9
+ | Environment name | Default value | Info |
10
+ | --------------------- | :-------------------------:| ------------------------------------------ |
11
+ | FLOGO_LOG_DTFORMAT | "2006-01-02 15:04:05.000" | Sets the log date and time format |
12
+ | FLOGO_LOG_LEVEL | "INFO" | Sets the log level |
13
+ | FLOGO_RUNNER_TYPE | "POOLED" | Sets the type of the runner |
14
+ | FLOGO_RUNNER_WORKERS | 5 | Sets the number of workers |
15
+ | FLOGO_RUNNER_QUEUE | 50 | Sets the runner queue size |
16
+ | FLOGO_CONFIG_PATH | "flogo.json" | Sets the path of the config json file |
17
+ | STOP_ENGINE_ON_ERROR | true | Sets whether to stop the engine on error |
You can’t perform that action at this time.
0 commit comments