Ignore settings file
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -151,3 +151,4 @@ out.*
|
||||
*.txt
|
||||
*.json
|
||||
.aider*
|
||||
settings.py
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
MOPIDY_PLAYLIST_DIR = ""
|
||||
NAVIDROME_URL = ""
|
||||
NAVIDROME_USER = ""
|
||||
NAVIDROME_PASSWORD = ""
|
||||
SUBSONIC_SALT = ""
|
||||
SUBSONIC_TOKEN = ""
|
||||
6
settings.py.example
Normal file
6
settings.py.example
Normal file
@@ -0,0 +1,6 @@
|
||||
MOPIDY_PLAYLIST_DIR = ''
|
||||
NAVIDROME_URL = ''
|
||||
NAVIDROME_USER = ''
|
||||
NAVIDROME_PASSWORD = ''
|
||||
SUBSONIC_SALT = ''
|
||||
SUBSONIC_TOKEN = ''
|
||||
Reference in New Issue
Block a user