Ignore settings file

This commit is contained in:
2026-02-04 11:42:28 -07:00
parent f7f3a04168
commit 1dace0938a
3 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View File

@@ -151,3 +151,4 @@ out.*
*.txt
*.json
.aider*
settings.py

View File

@@ -1,6 +0,0 @@
MOPIDY_PLAYLIST_DIR = ""
NAVIDROME_URL = ""
NAVIDROME_USER = ""
NAVIDROME_PASSWORD = ""
SUBSONIC_SALT = ""
SUBSONIC_TOKEN = ""

6
settings.py.example Normal file
View File

@@ -0,0 +1,6 @@
MOPIDY_PLAYLIST_DIR = ''
NAVIDROME_URL = ''
NAVIDROME_USER = ''
NAVIDROME_PASSWORD = ''
SUBSONIC_SALT = ''
SUBSONIC_TOKEN = ''