Skip to content
Robert Main edited this page Jul 13, 2018 · 5 revisions

The configuration file can be found in dist/config.js - alternatively the TypeScript version can be found here

Web Server Configuration

Configuration Option Description
http.port The port you wish to run the API on. Remember that setting this < 1024 on *NIX will require sudo

Adapter Configuration

Disk Adapter

Configuration Option Description
adapters.disk.songs_directory The directory the application should attempt to resolve songs in(this should not have a trailing slash)
Clone this wiki locally