Skip to content

Instantly share code, notes, and snippets.

@dheerajdlalwani
Created August 11, 2021 18:06
Show Gist options
  • Save dheerajdlalwani/8ff77605264fabdba9648492bfd45a7b to your computer and use it in GitHub Desktop.
Save dheerajdlalwani/8ff77605264fabdba9648492bfd45a7b to your computer and use it in GitHub Desktop.
This is a configuration file to setup Navidrome Dev Environment.
# Set your music folder, preferable a specific development music library with few songs,
# to make scan fast
MusicFolder = "path/to/music/folder" # For example: "d:/navidrome/music"
# Make logging more verbose
LogLevel = "debug"
# This option will always create an `admin` user with the specified password, so you don't
# have to create a user every time you delete your dev database
DevAutoCreateAdminPassword = "password"
DataFolder = "./data"
# If you are developing in macOS with its firewall enabled, uncomment the next line to avoid
# having to accept incoming network connections every time the server restarts:
# Address = "localhost"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment