# Database PostgreSQL PGHOST=localhost PGPORT=5432 PGDATABASE=ids_database PGUSER=ids_user PGPASSWORD=ids_password_change_me # Session Secret (genera una stringa random sicura) SESSION_SECRET=change_me_to_random_string_minimum_32_chars # Python Backend URL (per frontend) VITE_PYTHON_API_URL=http://localhost:8000 # Node Environment NODE_ENV=production