Add Supabase settings page
This commit adds a Supabase settings page to configure the Supabase URL and Anon Key.
This commit is contained in:
@@ -8,7 +8,7 @@ const getSupabaseUrl = () => {
|
||||
if (storedUrl) return storedUrl;
|
||||
|
||||
// 환경 변수 또는 기본값 사용
|
||||
return process.env.SUPABASE_URL || 'http://your-onpremise-supabase-url.com';
|
||||
return process.env.SUPABASE_URL || 'http://a11.ism.kr:8000';
|
||||
};
|
||||
|
||||
const getSupabaseKey = () => {
|
||||
|
||||
Reference in New Issue
Block a user