quelea-web/server/config.js.example

9 lines
172 B
Plaintext
Raw Normal View History

2021-09-27 23:00:43 -04:00
const config = {
// REMOTE CONTROL API
rcApi: 'http://YourIPHere:1112',
// LIVE LYRICS API
lyricsApi: 'http://YourIPHere:1111'
};
module.exports = config;