9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
const config = {
|
|
// REMOTE CONTROL API
|
|
rcApi: 'http://YourIPHere:1112',
|
|
|
|
// LIVE LYRICS API
|
|
lyricsApi: 'http://YourIPHere:1111'
|
|
};
|
|
|
|
module.exports = config; |