server.port=8081 server.servlet.context-path=/gis-geoserver # Configuración de Recursos Estáticos para Prototipado en Vivo (Carga desde Disco) # Esto permite modificar login_prototipo.html y ver cambios al instante sin rebuild spring.web.resources.static-locations=classpath:/static/,file:/yvyape/proyectos/sigem-gis/src/main/resources/static/ # Configuración JPA spring.jpa.hibernate.ddl-auto=none spring.jpa.show-sql=true spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect spring.application.name=gis-geoserver # JPA Config - Master (SigemWeb) spring.datasource.master.url=jdbc:postgresql://192.168.1.254:5432/sigemweb spring.datasource.master.username=postgres spring.datasource.master.password=x25yvaga2017 # JPA Config - GIS (PostGIS Local .123) spring.datasource.gis.url=jdbc:postgresql://proyecto-postgres-1:5432/sigem spring.datasource.gis.username=sigem_user spring.datasource.gis.password=sigem_pass