fix: fix-environment (#3)

Reviewed-on: #3
Co-authored-by: Jrodenas <jrodenasdev@gmail.com>
Co-committed-by: Jrodenas <jrodenasdev@gmail.com>
This commit is contained in:
2026-03-25 18:47:46 +00:00
committed by jose
parent 828bf30faf
commit 5b02cff4b9
77 changed files with 17 additions and 29082 deletions

14
.env.example Normal file
View File

@@ -0,0 +1,14 @@
# Environment Variables Template
# Copy this file to .env.development and fill in the values
# Supabase Configuration
SUPABASE_URL="https://your-project.supabase.co"
SUPABASE_KEY="your-anon-key-here"
DATABASE_URL="postgresql://postgres:your-db-password@your-db-host:6543/postgres"
# MapLibre API Key
APIKEY_MAPS="your-maps-api-key"
# Demo Users
VITE_LOGIN_USER=""
VITE_PASSWORD_USER=""