diff --git a/config/supabase.ts b/config/supabase.ts index 0eafc0f..a5a90c7 100644 --- a/config/supabase.ts +++ b/config/supabase.ts @@ -7,4 +7,7 @@ export const supabase: ModuleOptions = { callback: '/confirm', exclude: ['/', '/prices', '/about', '/imprint', '/contact'], }, + url: '', + key: '', + serviceKey: '' }