mirror of
https://github.com/Dvorinka/1356.git
synced 2026-06-04 03:52:57 +00:00
7 lines
231 B
Bash
7 lines
231 B
Bash
# Supabase Configuration
|
|
# Copy this file to .env and fill in your actual values
|
|
# Then run the app with: flutter run --dart-define-from-file=.env
|
|
|
|
SUPABASE_URL=https://your-project.supabase.co
|
|
SUPABASE_ANON_KEY=your-anon-key-here
|