From 22b7c39b63f7a78e95e1524ee9f3f750477442f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Juraj=20Koby=C4=BEan?= Date: Fri, 22 Nov 2024 21:09:05 +0100 Subject: [PATCH] update config.js --- .gitignore | 2 +- scripts/config.js | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b5ca13d..b9ce3dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -scripts/config.js +scripts/config.js \ No newline at end of file diff --git a/scripts/config.js b/scripts/config.js index 29d4cc8..a7eebec 100644 --- a/scripts/config.js +++ b/scripts/config.js @@ -1 +1,7 @@ -// Precitajte README.md \ No newline at end of file +// config.js +const config = { + SUPABASE_URL: 'URL', + SUPABASE_KEY: 'KEY' +}; + +export default config; \ No newline at end of file