12 lines
217 B
Markdown
12 lines
217 B
Markdown
|
# Configuration
|
||
|
example:
|
||
|
```
|
||
|
user ~> cat /etc/jellyfin-fml.toml
|
||
|
[configuration]
|
||
|
mq_host = "example.org"
|
||
|
mq_user = "jellyfin-fml"
|
||
|
mq_password = "SUPA SECRET"
|
||
|
matrix_room = "!KABwGlTSmXAbzCOhCX:matrix.example.org"
|
||
|
|
||
|
```
|