src/services/supabaseService.ts aktualisiert
This commit is contained in:
@@ -57,7 +57,7 @@ export class SupabaseService {
|
||||
this.lastSync = new Date();
|
||||
return {
|
||||
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',
|
||||
latencyMs: latency > 0 ? latency : 18,
|
||||
isSslEnabled: true,
|
||||
|
||||
Reference in New Issue
Block a user