update config.js

This commit is contained in:
Matúš Juraj Kobyľan 2024-11-22 21:09:05 +01:00
parent 27cfb1ab1d
commit 22b7c39b63
2 changed files with 8 additions and 2 deletions

View File

@ -1 +1,7 @@
// Precitajte README.md
// config.js
const config = {
SUPABASE_URL: 'URL',
SUPABASE_KEY: 'KEY'
};
export default config;