From e574a91740b0a0ca673340f625575435fcf4d6f3 Mon Sep 17 00:00:00 2001 From: Janis Date: Tue, 25 Oct 2022 21:26:42 +0200 Subject: [PATCH] apikey to config --- config.js | 1 + js/app.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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, }, }, };