Skip to content

Commit

Permalink
Merge pull request #49 from torresashjian/master
Browse files Browse the repository at this point in the history
Document flogo environment variables
  • Loading branch information
torresashjian authored May 26, 2017
2 parents 0acfcb1 + 28331ee commit 34590e5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/_data/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
title: Getting started with the Web UI
- id: getting-started-cli
title: Getting started with the CLI
- title: Extenions Developer
- title: Extensions Developer
items:
- id: create-activity
title: Building your first activity
Expand All @@ -14,3 +14,7 @@
items:
- id: contribute-docs
title: Contribute to Docs
- title: Configuration
items:
- id: environment-vars
title: Environment variables
17 changes: 17 additions & 0 deletions docs/docs/environment-vars.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: page
title: “Environment variables”
category: guide
---

List of environment variables to configure the flogo engine

| Environment name | Default value | Info |
| --------------------- |:-------------------------:|------------------------------------------ |
| FLOGO_LOG_DTFORMAT | "2006-01-02 15:04:05.000" | Sets the log date and time format |
| FLOGO_LOG_LEVEL | "INFO" | Sets the log level |
| FLOGO_RUNNER_TYPE | "POOLED" | Sets the type of the runner |
| FLOGO_RUNNER_WORKERS | 5 | Sets the number of workers |
| FLOGO_RUNNER_QUEUE | 50 | Sets the runner queue size |
| FLOGO_CONFIG_PATH | "flogo.json" | Sets the path of the config json file |
| STOP_ENGINE_ON_ERROR | true | Sets whether to stop the engine on error |

0 comments on commit 34590e5

Please sign in to comment.