From a4f9697b6cbbb68133c4b1857e01d453b84eb491 Mon Sep 17 00:00:00 2001 From: Janis Date: Sun, 30 Oct 2022 15:49:21 +0100 Subject: [PATCH] add config --- .gitignore | 1 - config.js | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 config.js diff --git a/.gitignore b/.gitignore index a2d72a2..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +0,0 @@ -config.js \ No newline at end of file diff --git a/config.js b/config.js new file mode 100644 index 0000000..0ffc93a --- /dev/null +++ b/config.js @@ -0,0 +1,3 @@ +const CONFIG = { + apiKey: "", +};