mirror of
https://github.com/NohamR/prometheus-qbittorrent-exporter.git
synced 2025-05-23 16:49:29 +00:00
Add config.env.example
This commit is contained in:
parent
71416a79ea
commit
4385a0a78f
2
.gitignore
vendored
2
.gitignore
vendored
@ -128,5 +128,5 @@ dmypy.json
|
|||||||
# Pyre type checker
|
# Pyre type checker
|
||||||
.pyre/
|
.pyre/
|
||||||
|
|
||||||
# Temporary ignore
|
# Ignore config.env
|
||||||
config.env
|
config.env
|
6
config.env.example
Normal file
6
config.env.example
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
QBITTORRENT_HOST=localhost
|
||||||
|
QBITTORRENT_PORT=8080
|
||||||
|
QBITTORRENT_USER=admin
|
||||||
|
QBITTORRENT_PASS=adminadmin
|
||||||
|
EXPORTER_PORT=8000
|
||||||
|
METRICS_PREFIX=qbittorrent
|
Loading…
x
Reference in New Issue
Block a user