diff --git a/config.js b/config.js index 4c18fb5..43634ac 100644 --- a/config.js +++ b/config.js @@ -1,4 +1,5 @@ const CONFIG = { + apiKey: "", style: { fontBackground: "rgba(19, 20, 33, 0.5)", fontColor: "#ffffff", diff --git a/js/app.js b/js/app.js index 689a44e..d948cd6 100644 --- a/js/app.js +++ b/js/app.js @@ -8,7 +8,7 @@ function main() { name: "TS5 OBS Overlay", description: "A simple OBS overlay for TS5 by DerTyp876", content: { - apiKey: "b02b521c-68bb-4971-a8d2-3f9f94b44d73", + apiKey: CONFIG.apiKey, }, }, };