src/services/supabaseService.ts aktualisiert

This commit is contained in:
2026-07-27 06:03:29 +00:00
parent 8c6aad9023
commit aa1afa9107
+1 -1
View File
@@ -57,7 +57,7 @@ export class SupabaseService {
this.lastSync = new Date(); this.lastSync = new Date();
return { return {
isConnected: true, isConnected: true,
host: hostUri === '192.168.50.182' ? 'supabase.marc-wieland.de' : hostUri, host: hostUri === 'supabase.marc-wieland.de' ? 'supabase.marc-wieland.de' : hostUri,
dbName: 'postgres', dbName: 'postgres',
latencyMs: latency > 0 ? latency : 18, latencyMs: latency > 0 ? latency : 18,
isSslEnabled: true, isSslEnabled: true,