Move sensitive config to .env file

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-14 22:39:15 -05:00
parent ae2e924322
commit 434b1cfa70
4 changed files with 29 additions and 18 deletions
+5
View File
@@ -0,0 +1,5 @@
SLSKD_URL="http://localhost:5030"
SLSKD_USER="slskd"
SLSKD_PASS="slskd"
GOTIFY_URL="https://notify.example.com"
GOTIFY_TOKEN=""