Renombrar FlotillasGPS a ADAN en todo el proyecto

This commit is contained in:
FlotillasGPS Developer
2026-01-21 08:26:01 +00:00
parent 51d78bacf4
commit 6d24ad6f61
37 changed files with 350 additions and 345 deletions

View File

@@ -2,7 +2,7 @@
<!--
============================================
Traccar Server - Configuracion para Sistema de Flotillas
Traccar Server - Configuracion para Sistema de ADAN
============================================
Documentacion: https://www.traccar.org/configuration-file/
@@ -37,7 +37,7 @@ Esta configuracion:
<entry key='database.driver'>org.postgresql.Driver</entry>
<entry key='database.url'>jdbc:postgresql://localhost:5432/traccar</entry>
<entry key='database.user'>flotillas</entry>
<entry key='database.user'>adan</entry>
<entry key='database.password'>POSTGRES_PASSWORD</entry>
<!-- Pool de conexiones -->