Skip to content

Commit

Permalink
Update config.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio1988 authored Jul 10, 2024
1 parent 0960131 commit e92f53f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/docs/dragonite/config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ import { Callout } from 'nextra-theme-docs'
```toml
[general]
api_host = 127.0.0.1
api_port = 7272
instance_name = production # used by admin to show in the instance selection
api_port = 7272
stats = true #Enabled by default to write worker stats.
...
```
Expand All @@ -21,6 +20,7 @@ stats = true #Enabled by default to write worker stats.
| :-- | :-- | :-- |
| `api_host` | 127.0.0.1 | Host listener address for Dragonite API. |
| `api_port` | 7272 | Host port address for Dragonite API. |
| instance_name | "" | Display name of the instance in the admin instance selection |
| `stats` | true | Whether raw worker stats are written to the Dragonite database. |

## Auth provider section
Expand Down

0 comments on commit e92f53f

Please sign in to comment.