Skip to content

Commit d53638c

Browse files
authored
fix: highlighting
1 parent 566be74 commit d53638c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pages/docs/dragonite/config.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import { Callout } from 'nextra-theme-docs'
1010

1111
```toml
1212
[general]
13+
api_host = 127.0.0.1
14+
api_port = 7272
1315
stats = true #Enabled by default to write worker stats.
1416
...
1517
```
@@ -22,7 +24,7 @@ stats = true #Enabled by default to write worker stats.
2224

2325
## Auth provider section
2426

25-
Auth provider config sections look like `[auth.<provider>]` where <provider> can be ptc or nk. One or both may exist and be enabled.
27+
Auth provider config sections look like `[auth.<provider>]` where `<provider>` can be ptc or nk. One or both may exist and be enabled.
2628
At least one section does need to exist with an 'enable = true' entry.
2729
Without this, the deprecated config locations under general and tuning will be used with both providers enabled.
2830

0 commit comments

Comments
 (0)