Initial commit: supabase-scheduler
Web app per gestire query automatiche verso database Supabase multipli. Features: - Login con credenziali fisse - Dashboard CRUD per configurazioni database - Scheduler node-cron per esecuzioni automatiche - SQLite per persistenza dati - Log esecuzioni per ogni database Stack: Node.js + Express + SQLite Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
7
.env.example
Normal file
7
.env.example
Normal file
@@ -0,0 +1,7 @@
|
||||
# Supabase Scheduler Environment Variables
|
||||
|
||||
NODE_ENV=production
|
||||
PORT=3000
|
||||
|
||||
# Session secret (genera una stringa casuale)
|
||||
SESSION_SECRET=your-secret-key-here
|
||||
Reference in New Issue
Block a user