We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9cdd3 commit 43c262bCopy full SHA for 43c262b
src/environments/environment.ts
@@ -1,6 +1,5 @@
1
export const environment = {
2
production: false,
3
- supabaseUrl: 'https://aqdbdmepncxxuanlymwr.supabase.co',
4
- supabaseKey:
5
- 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImFxZGJkbWVwbmN4eHVhbmx5bXdyIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDUwNTA0MjYsImV4cCI6MjA2MDYyNjQyNn0.RNtZZ4Of4LIP3XuS9lumHYdjRLVUGXARtAxaTJmF7lc',
+ supabaseUrl: '',
+ supabaseKey: '',
6
};
0 commit comments