Skip to content

Commit 82e153e

Browse files
Update local environment configuration and streamline E2E test workflow for Supabase integration
1 parent 8d7781d commit 82e153e

File tree

2 files changed

+1
-59
lines changed

2 files changed

+1
-59
lines changed

e2e/api-connectivity.spec.ts

Lines changed: 0 additions & 58 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const environment = {
22
production: false,
3-
supabaseUrl: 'http://127.0.0.1:54321',
3+
supabaseUrl: 'http://localhost:54321',
44
supabaseKey:
55
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZS1kZW1vIiwicm9sZSI6ImFub24iLCJleHAiOjE5ODM4MTI5OTZ9.CRXP1A7WOeoJeXxjNni43kdQwgnWNReilDMblYTn_I0',
66
};

0 commit comments

Comments
 (0)