Skip to content

Commit cf3be40

Browse files
Update environment.ts
1 parent 99f771b commit cf3be40

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/environments/environment.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export const environment = {
2-
production: true,
3-
supabaseUrl: '',
4-
supabaseKey: '',
2+
production: false,
3+
supabaseUrl: 'https://aqdbdmepncxxuanlymwr.supabase.co',
4+
supabaseKey:
5+
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImFxZGJkbWVwbmN4eHVhbmx5bXdyIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDUwNTA0MjYsImV4cCI6MjA2MDYyNjQyNn0.RNtZZ4Of4LIP3XuS9lumHYdjRLVUGXARtAxaTJmF7lc',
56
};

0 commit comments

Comments
 (0)