src/services/supabaseService.ts aktualisiert
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user