summaryrefslogtreecommitdiff
blob: 63b303ae6a4ee7bd978c5a398a75abe5fac7b4b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Host and port to listen on
SUBSONIC_HOST=0.0.0.0
SUBSONIC_PORT=4040

# To disable https, set to 0
SUBSONIC_HTTPS_PORT=0

SUBSONIC_CONTEXT_PATH=/
SUBSONIC_MAX_MEMORY=100

# Music directories
SUBSONIC_DEFAULT_MUSIC_FOLDER=/var/music
SUBSONIC_DEFAULT_PODCAST_FOLDER=/var/music/Podcast
SUBSONIC_DEFAULT_PLAYLIST_FOLDER=/var/playlists

NICELEVEL=0

# Further subsonic start script options, if ever needed
SUBSONIC_OPTS=""