Files
0xb00b5-packmate/src/main/resources/application.yml
Sergey Shkurov 4e2473a3cc Update libraries
2023-04-27 22:35:02 +02:00

31 lines
795 B
YAML

spring:
datasource:
url: "jdbc:postgresql://localhost/packmate"
username: "packmate"
password: "123456"
driver-class-name: org.postgresql.Driver
jpa:
hibernate:
ddl-auto: update
properties:
hibernate:
jdbc:
batch_size: 20
order_inserts: true
database-platform: org.hibernate.dialect.PostgreSQLDialect
enable-capture: true
capture-mode: LIVE # LIVE, FILE, VIEW
interface-name: enp0s31f6
pcap-file: file.pcap
local-ip: "192.168.0.125"
account-login: BinaryBears
account-password: 123456
udp-stream-timeout: 20 # seconds
tcp-stream-timeout: 40 # seconds
timeout-stream-check-interval: 10 # seconds
old-streams-cleanup-enabled: true
old-streams-threshold: 240 # minutes
cleanup-interval: 5 # minutes
ignore-empty-packets: true