mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
WIP, work on doc structure
This commit is contained in:
parent
8fea21a20b
commit
cf1ca2dcba
@ -12,23 +12,55 @@ status: Draft
|
|||||||
`veilid-server` may be run using configuration from both command-line arguments
|
`veilid-server` may be run using configuration from both command-line arguments
|
||||||
and the `veilid-server.conf` file.
|
and the `veilid-server.conf` file.
|
||||||
|
|
||||||
### Global Directives
|
## Global Directives
|
||||||
|
|
||||||
| Directive | Description |
|
| Directive | Description |
|
||||||
|---------------------------|---------------------------------------------------|
|
|-------------------------------|---------------------------------------------------|
|
||||||
| [daemon](#daemon) | Run `veilid-server` in the background |
|
| [daemon](#daemon) | Run `veilid-server` in the background |
|
||||||
| [client_api](#client_api) ||
|
| [client\_api](#client_api) ||
|
||||||
|
| [auto\_attach](#auto_attach) ||
|
||||||
|
| [logging](#logging) ||
|
||||||
|
| [testing](#testing) ||
|
||||||
|
| [core](#core) ||
|
||||||
|
|
||||||
|
|
||||||
#### daemon
|
### daemon
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
daemon:
|
daemon:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
```
|
||||||
|
|
||||||
|
### client_api
|
||||||
|
|
||||||
|
```yaml
|
||||||
client_api:
|
client_api:
|
||||||
enabled: true
|
enabled: true
|
||||||
listen_address: 'localhost:5959'
|
listen_address: 'localhost:5959'
|
||||||
|
```
|
||||||
|
|
||||||
|
| Parameter | Description |
|
||||||
|
|-------------------------------------|-------------|
|
||||||
|
| [enabled](#enabled) ||
|
||||||
|
| [listen\_address](#listen_address) ||
|
||||||
|
|
||||||
|
#### enabled
|
||||||
|
|
||||||
|
**TODO**
|
||||||
|
|
||||||
|
#### listen\_address
|
||||||
|
|
||||||
|
**TODO**
|
||||||
|
|
||||||
|
### auto\_attach
|
||||||
|
|
||||||
|
```yaml
|
||||||
auto_attach: true
|
auto_attach: true
|
||||||
|
```
|
||||||
|
|
||||||
|
### logging
|
||||||
|
|
||||||
|
```yaml
|
||||||
logging:
|
logging:
|
||||||
system:
|
system:
|
||||||
enabled: false
|
enabled: false
|
||||||
@ -48,8 +80,18 @@ logging:
|
|||||||
enabled: false
|
enabled: false
|
||||||
level: 'trace'
|
level: 'trace'
|
||||||
grpc_endpoint: 'localhost:4317'
|
grpc_endpoint: 'localhost:4317'
|
||||||
|
```
|
||||||
|
|
||||||
|
### testing
|
||||||
|
|
||||||
|
```yaml
|
||||||
testing:
|
testing:
|
||||||
subnode_index: 0
|
subnode_index: 0
|
||||||
|
```
|
||||||
|
|
||||||
|
### core
|
||||||
|
|
||||||
|
```yaml
|
||||||
core:
|
core:
|
||||||
protected_store:
|
protected_store:
|
||||||
allow_insecure_fallback: true
|
allow_insecure_fallback: true
|
||||||
|
Loading…
Reference in New Issue
Block a user