.env -> .env.example

This commit is contained in:
2025-08-23 23:46:22 +02:00
parent 75917f8828
commit 94d6e60258
13 changed files with 35 additions and 35 deletions

View File

@@ -0,0 +1,8 @@
# Optional credentials for securing the transmission web interface
USERNAME= 'username'
PASSWORD= 'password'
# File paths
PATH_TO_CONFIG= '/path/to/config'
PATH_TO_DOWNLOADS= '/path/to/downloads'
PATH_TO_WATCH_FOLDER= '/path/to/watch/folder'