docs: Add some more example.

This commit is contained in:
William Floyd 2025-02-06 19:29:30 +05:30
parent 3fd4176664
commit c8b19cf2bc
Signed by untrusted user who does not match committer: william
GPG key ID: B3EEEDD81893CAF9
2 changed files with 14 additions and 1 deletions

13
config.yaml.example Normal file
View file

@ -0,0 +1,13 @@
multiplexer:
address: 0.0.0.0
format:
prettyprint: false
qbittorrent:
- url: http://127.0.0.1:11001
username: user
password: password
name: "1"
- url: http://127.0.0.1:11002
username: user
password: password
name: "2"

View file

@ -9,7 +9,7 @@ services:
COMPOSE_PROJECT_NAME: ${COMPOSE_PROJECT_NAME}
MULTIPLEXER_PORT: ${MULTIPLEXER_PORT}
volumes:
- ./config.yaml:/config/config.yaml
- ./config.yaml.example:/config/config.yaml
build: .
develop:
watch: