5 lines
No EOL
193 B
Text
5 lines
No EOL
193 B
Text
# .env.template – copy to .env and fill in real values
|
||
DB_USER=freight_user
|
||
DB_PASSWORD=secure_password_here
|
||
SUPABASE_URL=https://your-project.supabase.co
|
||
SUPABASE_ANON_KEY=your-anon-key-here |