This commit is contained in:
Maksym Buz
2025-02-06 13:12:33 +01:00
committed by GitHub
parent ada085fe3b
commit d87158dbb7
2 changed files with 32 additions and 0 deletions

8
transmission/.env Normal file
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'