docs: Add some more example.
This commit is contained in:
parent
3fd4176664
commit
c8b19cf2bc
2 changed files with 14 additions and 1 deletions
13
config.yaml.example
Normal file
13
config.yaml.example
Normal 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"
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue