File tree 1 file changed +3
-1
lines changed 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ import { Callout } from 'nextra-theme-docs'
10
10
11
11
``` toml
12
12
[general ]
13
+ api_host = 127.0 .0.1
14
+ api_port = 7272
13
15
stats = true # Enabled by default to write worker stats.
14
16
...
15
17
```
@@ -22,7 +24,7 @@ stats = true #Enabled by default to write worker stats.
22
24
23
25
## Auth provider section
24
26
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.
26
28
At least one section does need to exist with an 'enable = true' entry.
27
29
Without this, the deprecated config locations under general and tuning will be used with both providers enabled.
28
30
You can’t perform that action at this time.
0 commit comments