mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-28 18:06:20 +02:00
include filetransfer in migration guide.
This commit is contained in:
parent
1e91dcd7d9
commit
936794da31
1 changed files with 3 additions and 1 deletions
|
@ -40,8 +40,10 @@ In order to migrate from V2 to V3, you need to update the configuration to the n
|
|||
| `NEKO_IMPLICIT_CONTROL` | `NEKO_SESSION_IMPLICIT_HOSTING` |
|
||||
| `NEKO_CONTROL_PROTECTION` | `NEKO_SESSION_CONTROL_PROTECTION` |
|
||||
| `NEKO_HEARTBEAT_INTERVAL` | `NEKO_SESSION_HEARTBEAT_INTERVAL` |
|
||||
| `NEKO_FILE_TRANSFER_ENABLED` | `NEKO_FILETRANSFER_ENABLED` |
|
||||
| `NEKO_FILE_TRANSFER_PATH` | `NEKO_FILETRANSFER_DIR` |
|
||||
|
||||
See the V3 [configuration options](/docs/v3/configuration).
|
||||
See the V3 [configuration options](/docs/v3/configuration). For file transfer, see the [File Transfer Plugin](/docs/v3/configuration/plugins#filetransfer).
|
||||
|
||||
### WebRTC Video {#config.video}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue