Initial Commit

This commit is contained in:
2021-09-27 23:00:43 -04:00
commit d6c8438822
18 changed files with 9390 additions and 0 deletions

9
server/config.js.example Normal file
View File

@@ -0,0 +1,9 @@
const config = {
// REMOTE CONTROL API
rcApi: 'http://YourIPHere:1112',
// LIVE LYRICS API
lyricsApi: 'http://YourIPHere:1111'
};
module.exports = config;