Files
zoff/server/config/api_key.example.js
Kasper Rynning-Tønnesen 5af081dc9f Removed some minor logs
2018-08-08 16:21:39 +02:00

9 lines
117 B
JavaScript

var api_key = {
"youtube": "xxxx",
"soundcloud": "xx",
};
try {
module.exports = api_key;
} catch(e) {}