Add Supabase settings page

This commit adds a Supabase settings page to configure the Supabase URL and Anon Key.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-15 12:00:46 +00:00
parent 96ffe015ec
commit 2f3dda3ca6

View File

@@ -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 = () => {