This commit is contained in:
MarcWieland
2026-07-26 23:58:12 +02:00
commit 411ede36ef
596 changed files with 39941 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
class SupabaseConfig {
static const String url = 'http://192.168.50.182:8000';
// publishable Key
static const String publishableKey = 'sb_publishable__i6IYRo2bficTh7WsIMgqB_q6fjZpST';
}