mirror of
https://github.com/thecyberlearn/supa-tid.git
synced 2026-08-18 11:13:01 +00:00
8 lines
431 B
JavaScript
8 lines
431 B
JavaScript
// 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
|
|
}; |