- 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>
8 lines
349 B
PHP
Executable File
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'),
|
|
];
|