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 99f771b commit cf3be40Copy full SHA for cf3be40
src/environments/environment.ts
@@ -1,5 +1,6 @@
1
export const environment = {
2
- production: true,
3
- supabaseUrl: '',
4
- supabaseKey: '',
+ production: false,
+ supabaseUrl: 'https://aqdbdmepncxxuanlymwr.supabase.co',
+ supabaseKey:
5
+ 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImFxZGJkbWVwbmN4eHVhbmx5bXdyIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDUwNTA0MjYsImV4cCI6MjA2MDYyNjQyNn0.RNtZZ4Of4LIP3XuS9lumHYdjRLVUGXARtAxaTJmF7lc',
6
};
0 commit comments