config base del proyecto
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
// =========================================================================
|
||||
// PLANTILLA DE CONFIGURACIÓN - Renombrar este archivo a "config.php"
|
||||
// =========================================================================
|
||||
|
||||
// ─── Base de datos local ─────────────────────────
|
||||
define('DB_HOST', 'localhost');
|
||||
define('DB_USUARIO', 'tu_usuario_de_bd');
|
||||
define('DB_PASSWORD', 'tu_contraseña_de_bd');
|
||||
define('DB_NOMBRE', 'lapecosa');
|
||||
|
||||
// ─── API Keys y servicios externos ───────────────
|
||||
define('RESEND_API_KEY', 'tu_resend_api_key_aqui');
|
||||
define('RESEND_FROM', 'onboarding@resend.dev');
|
||||
Reference in New Issue
Block a user