Skip to content

Commit

Permalink
docs(config): Added "bash" formatting for config.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed May 27, 2019
1 parent abe4d55 commit 7b40579
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,19 @@ Create a connection between [luminave](https://github.com/NERDDISCO/luminave) an

<!-- toc -->

- [Setup](#setup)
- [Config](#config)
* [Example .env](#example-env)
- [Use with luminave & Thorium](#use-with-luminave--thorium)
* [General Workflow](#general-workflow)
* [GraphQL](#graphql)
- [Troubleshooting](#troubleshooting)
* [No data received from Thorium](#no-data-received-from-thorium)
* [One action in Thorium is triggering more than 1 changes in luminave e.g. the same scene multiple times](#one-action-in-thorium-is-triggering-more-than-1-changes-in-luminave-eg-the-same-scene-multiple-times)
- [API Documentation](#api-documentation)
- [Data provided by Thorium](#data-provided-by-thorium)
- [luminave-thorium](#luminave-thorium)
- [Table of Contents](#table-of-contents)
- [Setup](#setup)
- [Config](#config)
- [Example .env](#example-env)
- [Use with luminave & Thorium](#use-with-luminave--thorium)
- [General Workflow](#general-workflow)
- [GraphQL](#graphql)
- [Troubleshooting](#troubleshooting)
- [No data received from Thorium](#no-data-received-from-thorium)
- [One action in Thorium is triggering more than 1 changes in luminave e.g. the same scene multiple times](#one-action-in-thorium-is-triggering-more-than-1-changes-in-luminave-eg-the-same-scene-multiple-times)
- [API Documentation](#api-documentation)
- [Data provided by Thorium](#data-provided-by-thorium)

<!-- tocstop -->

Expand All @@ -37,7 +39,7 @@ If you want to change the `host` & `port` of *luminave-thorium*, you have to cre

### Example .env

```
```bash
# Host of the luminave-server
HOST_LUMINAVE_SERVER=localhost

Expand Down

0 comments on commit 7b40579

Please sign in to comment.