diff --git a/.gitignore b/.gitignore
index 75b8fc6..71e81e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -128,5 +128,5 @@ dmypy.json
 # Pyre type checker
 .pyre/
 
-# Temporary ignore
+# Ignore config.env
 config.env
\ No newline at end of file
diff --git a/config.env.example b/config.env.example
new file mode 100644
index 0000000..55bbd2a
--- /dev/null
+++ b/config.env.example
@@ -0,0 +1,6 @@
+QBITTORRENT_HOST=localhost
+QBITTORRENT_PORT=8080
+QBITTORRENT_USER=admin
+QBITTORRENT_PASS=adminadmin
+EXPORTER_PORT=8000
+METRICS_PREFIX=qbittorrent
\ No newline at end of file