Reflect default AppSvc feature enable status in config

This commit is contained in:
Max Dor
2019-04-15 02:29:42 +02:00
parent ee21f051fb
commit d1ea0fbf0f

View File

@@ -21,7 +21,7 @@ Under the `appsvc` namespace:
| Key | Type | Required | Default | Purpose | | Key | Type | Required | Default | Purpose |
|-----------------------|---------|----------|---------|----------------------------------------------------------------| |-----------------------|---------|----------|---------|----------------------------------------------------------------|
| `enabled` | boolean | No | `true` | Globally enable/disable the feature | | `enabled` | boolean | No | `false` | Globally enable/disable the feature |
| `user.main` | string | No | `mxisd` | Localpart for the main appservice user | | `user.main` | string | No | `mxisd` | Localpart for the main appservice user |
| `endpoint.toHS.url` | string | Yes | *None* | Base URL to the Homeserver | | `endpoint.toHS.url` | string | Yes | *None* | Base URL to the Homeserver |
| `endpoint.toHS.token` | string | Yes | *None* | Token to use when sending requests to the Homeserver | | `endpoint.toHS.token` | string | Yes | *None* | Token to use when sending requests to the Homeserver |
@@ -31,6 +31,7 @@ Under the `appsvc` namespace:
#### Example #### Example
```yaml ```yaml
appsvc: appsvc:
enabled: true
endpoint: endpoint:
toHS: toHS:
url: 'http://localhost:8008' url: 'http://localhost:8008'