first commit

supabase
This commit is contained in:
quantumtaskai 2025-06-15 22:28:57 +05:30 committed by GitHub
commit 50c4384add
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1586 additions and 0 deletions

8
config.js Normal file
View File

@ -0,0 +1,8 @@
// config.js
const APP_CONFIG = {
supabaseUrl: 'https://ymjnjwtigyiajxgyikhb.supabase.co',
supabaseKey: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Inltam5qd3RpZ3lpYWp4Z3lpa2hiIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDk2MTk0MzMsImV4cCI6MjA2NTE5NTQzM30.r7oESwxVE781baW4INZI_Ej_6hci21VTfyNcDZj_d3o',
n8nWebhookUrl: 'https://thecyberlearn.app.n8n.cloud/webhook/parse-query',
useN8n: true
};

1578
index.html Normal file

File diff suppressed because it is too large Load Diff