feat: migrate backend from SQLite to Supabase PostgreSQL

This commit is contained in:
Alan Alonso
2026-05-23 00:55:00 -06:00
parent 327852e468
commit ff90f3eefc
4 changed files with 192 additions and 235 deletions

View File

@@ -1,5 +1,11 @@
SECRET_KEY=your-super-secret-key-change-this-in-production
DEBUG=true
DATABASE_PATH=/data/basura.db
# Supabase PostgreSQL
SUPABASE_URL=https://qckndtzudciejpnwqfzt.supabase.co
SUPABASE_ANON_KEY=sb_publishable_FQR0WXK6joM043Qve9gz3A_pJfAH...
SUPABASE_SERVICE_KEY=sb_secret_2y3a_...
# Simulador
SIM_TICK_SECONDS=10
SIM_ETA_ALERT_MINUTES=10