Initial Commit
This commit is contained in:
9
server/config.js.example
Normal file
9
server/config.js.example
Normal file
@@ -0,0 +1,9 @@
|
||||
const config = {
|
||||
// REMOTE CONTROL API
|
||||
rcApi: 'http://YourIPHere:1112',
|
||||
|
||||
// LIVE LYRICS API
|
||||
lyricsApi: 'http://YourIPHere:1111'
|
||||
};
|
||||
|
||||
module.exports = config;
|
Reference in New Issue
Block a user