From c8b19cf2bcdd50aae7c4afed928752a6df1c60da Mon Sep 17 00:00:00 2001 From: William Floyd Date: Thu, 6 Feb 2025 19:29:30 +0530 Subject: [PATCH] docs: Add some more example. --- config.yaml.example | 13 +++++++++++++ docker-compose.yaml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 config.yaml.example diff --git a/config.yaml.example b/config.yaml.example new file mode 100644 index 0000000..ca2cdec --- /dev/null +++ b/config.yaml.example @@ -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" \ No newline at end of file diff --git a/docker-compose.yaml b/docker-compose.yaml index 8383261..7de1486 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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: