Add config.env.example

This commit is contained in:
Joel Heaps 2023-09-29 11:09:10 -05:00
parent 71416a79ea
commit 4385a0a78f
2 changed files with 7 additions and 1 deletions

2
.gitignore vendored
View File

@ -128,5 +128,5 @@ dmypy.json
# Pyre type checker
.pyre/
# Temporary ignore
# Ignore config.env
config.env

6
config.env.example Normal file
View File

@ -0,0 +1,6 @@
QBITTORRENT_HOST=localhost
QBITTORRENT_PORT=8080
QBITTORRENT_USER=admin
QBITTORRENT_PASS=adminadmin
EXPORTER_PORT=8000
METRICS_PREFIX=qbittorrent