Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): fix links to config files in docs #4545

Merged
merged 1 commit into from
May 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/src/appendix/broker-config-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This section references the default Zeebe standalone broker configuration templates, which are shipped with the distribution. They can be found inside the `config` folder and can be used to adjust Zeebe to your needs.

* [`config/application.yaml` Standalone Broker (with embedded gateway)](https://github.com/zeebe-io/zeebe/tree/{{commit}}/dist/src/main/config/config/application.yaml`) - Default configuration containing only the most common configuration settings. Use this as the basis for a single broker deployment for test or development
* [`config/broker.standalone.yaml.template` Standalone Broker (with embedded gateway)](https://github.com/zeebe-io/zeebe/tree/{{commit}}/dist/src/main/config/broker.standalone.yaml.template`) - Complete configuration template for a standalone broker with embedded gateway. Use this as the basis for a single broker deployment for test or development
* [`config/broker.yaml.template` Broker Node (without embedded gateway)](https://github.com/zeebe-io/zeebe/tree/{{commit}}/dist/src/main/config/broker.yaml.template`) - Complete configuration template for a broker node without embedded gateway. Use this as the basis for deploying multiple broker nodes as part of a cluster
* [`config/application.yaml` Standalone Broker (with embedded gateway)](https://github.com/zeebe-io/zeebe/tree/{{commit}}/dist/src/main/config/application.yaml) - Default configuration containing only the most common configuration settings. Use this as the basis for a single broker deployment for test or development
* [`config/broker.standalone.yaml.template` Standalone Broker (with embedded gateway)](https://github.com/zeebe-io/zeebe/tree/{{commit}}/dist/src/main/config/broker.standalone.yaml.template) - Complete configuration template for a standalone broker with embedded gateway. Use this as the basis for a single broker deployment for test or development
* [`config/broker.yaml.template` Broker Node (without embedded gateway)](https://github.com/zeebe-io/zeebe/tree/{{commit}}/dist/src/main/config/broker.yaml.template) - Complete configuration template for a broker node without embedded gateway. Use this as the basis for deploying multiple broker nodes as part of a cluster

## Default Standalone Broker Configuration
The default configuration contains the most common configuration options.
Expand Down