apikey to config

This commit is contained in:
Janis
2022-10-25 21:26:42 +02:00
parent fe5c2d388f
commit e574a91740
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
const CONFIG = {
apiKey: "",
style: {
fontBackground: "rgba(19, 20, 33, 0.5)",
fontColor: "#ffffff",

View File

@@ -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,
},
},
};