Carga inicial

This commit is contained in:
IvanAS94
2025-12-26 17:21:11 -08:00
parent 45d9afc951
commit 51880798ca
359 changed files with 42159 additions and 1 deletions

8
config/ambiente.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
return [
'ambiente' => env('AMBIENTE', 'DEV'),
'dev' => env('DEV', 'http://localhost/drenax/frontend/admin/form_solicitud_servicios.php'),
'lab' => env('LAB', 'https://10.112.32.245/drenax/sistema/admin/form_solicitud_servicios.php'),
'prod' => env('PROD', 'DEV'),
];