This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ═══════════════════════════════════════════════════════════════ | |
| // Panel Inmobiliaria Añelo — Google Apps Script Backend | |
| // Archivo: Code.gs — versión final | |
| // Base de datos: Supabase (PostgreSQL) | |
| // ═══════════════════════════════════════════════════════════════ | |
| const SUPABASE_URL = 'https://sjmfnvaydeeizcnsfjdd.supabase.co'; | |
| const SUPABASE_ANON = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InNqbWZudmF5ZGVlaXpjbnNmamRkIiwicm9sZSI6ImFub24iLCJpYXQiOjE3Nzc1NjgyODIsImV4cCI6MjA5MzE0NDI4Mn0.xGv8jIWRytvM4mZ5c8iml3QHjXv0tqPIPuOal6vmp8M'; | |
| // IMPORTANTE: Guardar la API key de Anthropic en Script Properties: |