Skip to content

Commit 34590e5

Browse files
Merge pull request #49 from torresashjian/master
Document flogo environment variables
2 parents 0acfcb1 + 28331ee commit 34590e5

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

docs/_data/docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
title: Getting started with the Web UI
55
- id: getting-started-cli
66
title: Getting started with the CLI
7-
- title: Extenions Developer
7+
- title: Extensions Developer
88
items:
99
- id: create-activity
1010
title: Building your first activity
@@ -14,3 +14,7 @@
1414
items:
1515
- id: contribute-docs
1616
title: Contribute to Docs
17+
- title: Configuration
18+
items:
19+
- id: environment-vars
20+
title: Environment variables

docs/docs/environment-vars.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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 |

0 commit comments

Comments
 (0)