mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-06-27 16:35:59 +00:00
Merge branch 'rh/server-name-doc' into 'next'
doc: give example server name See merge request famedly/conduit!731
This commit is contained in:
commit
01c51d30d5
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ The `global` section contains the following fields:
|
||||||
| `address` | `string` | The address to bind to | `"127.0.0.1"` |
|
| `address` | `string` | The address to bind to | `"127.0.0.1"` |
|
||||||
| `port` | `integer` | The port to bind to | `8000` |
|
| `port` | `integer` | The port to bind to | `8000` |
|
||||||
| `tls` | `table` | See the [TLS configuration](#tls) | N/A |
|
| `tls` | `table` | See the [TLS configuration](#tls) | N/A |
|
||||||
| `server_name`_*_ | `string` | The server name | N/A |
|
| `server_name`_*_ | `string` | The server name (for example, `"matrix.example.com"`) | N/A |
|
||||||
| `database_backend`_*_ | `string` | The database backend to use (`"rocksdb"` *recommended*, `"sqlite"`) | N/A |
|
| `database_backend`_*_ | `string` | The database backend to use (`"rocksdb"` *recommended*, `"sqlite"`) | N/A |
|
||||||
| `database_path`_*_ | `string` | The path to the database file/dir | N/A |
|
| `database_path`_*_ | `string` | The path to the database file/dir | N/A |
|
||||||
| `db_cache_capacity_mb` | `float` | The cache capacity, in MB | `300.0` |
|
| `db_cache_capacity_mb` | `float` | The cache capacity, in MB | `300.0` |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue