Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- server:
- port: 8082 Puerto del servidor
- spring:
- resources:
- static-locations: file:///home/pdi/Projects/static/ Carpeta de archivos estaticos
- jackson:
- date-format: "yyyy-MM-dd HH:mm:ss" formato fecha
- time-zone: UTC timezone
- servlet:
- multipart:
- enabled: true servicio multipart
- max-file-size: 2000MB tamaño maximo archivos a subir
- max-request-size: 2000MB tamaño maximo solicitud subir archivos
- datasource:
- initialization-mode: always modo inicializacion DB
- driver-class-name: com.mysql.jdbc.Driver Driver DB
- url: jdbc:mysql://127.0.0.1:3306/tymdb DB url
- username: subadmin usuario para acceder a la DB
- password: Exito!2021 Contraseña DB
- jpa:
- hibernate:
- ddl-auto: update Modo Hibernate
- show-sql: false Logs SQL
- tym:
- kafka-input:
- imageTopic: image Nombre topico de imagenes
- metricsTopic: metrics-tym Nombre topico de metricas
- bootstrap-servers: 192.168.0.98:9092 ip y puerto kafka
- group: tym-group-A grupo canal de kafka
- file:
- uploadDir: /home/pdi/Projects/static/videos/ Localizacion para subir videos
- api:
- host: 192.168.0.98 Ip Api detector
- port: 8000 Puerto Api Detector
- endpoint: api Endpoint tipo
Advertisement
Add Comment
Please, Sign In to add comment