Files
Sio-Back/config/firebase.php
SIO Admin de656b70a2 feat: Actualizacion sistema SIO Backend
- Nuevo modulo de historial de cambios (ServicioHistorial)
- Observer para tracking automatico de cambios en servicios
- Correccion de variables auxiliar en ServiciosController
- Actualizacion de configuraciones y migraciones
- Endpoint para consultar historial de cambios

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 23:01:55 +00:00

8 lines
349 B
PHP
Executable File

<?php
return [
'endpoint' => env('ENDPOINT', 'https://fcm.googleapis.com/fcm/send'),
'authorization' => env('AUTHORIZATION','AAAAGS5o91E:APA91bGpO5JffnhkP69wy_PelJ4xmwVdK-4uypiGFG4NrE5QN0rurKxLxm4LTc9Ya_z1PKR6BNITYDE7awDHIh4jBS1I8RJ2fxIWuCZZg-uvbkX2bjtF7M1B77AB2cHCtMzPsK1vxCQ2'),
'project_id' => env('PROJECT_ID','108152813393'),
];