27 lines
694 B
YAML
27 lines
694 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:
|
|
temp:
|
|
use_jdbc_metadata_defaults: false
|
|
database-platform: org.hibernate.dialect.PostgreSQLDialect
|
|
|
|
|
|
enable-capture: true
|
|
capture-mode: LIVE # LIVE, FILE
|
|
interface-name: enp0s31f6
|
|
pcap-file: file.pcap
|
|
local-ip: "192.168.0.125"
|
|
account-login: BinaryBears
|
|
account-password: 123456
|
|
udp-stream-timeout: 20 # секунд
|
|
tcp-stream-timeout: 40 # секунд
|
|
timeout-stream-check-interval: 10 # секунд
|
|
ignore-empty-packets: true |