35 lines
1.5 KiB
Properties
35 lines
1.5 KiB
Properties
spring.main.web-application-type=none
|
|
|
|
#extdb-importer.cron.load-from-db-cron=0 0/5 * * * ? - каждые 5 минут
|
|
extdb-importer.cron.load-from-db-cron=0 0/5 * * * ?
|
|
|
|
#extdb-importer.database.login=CR_user
|
|
#extdb-importer.database.password=Crossrate
|
|
#extdb-importer.database.schema=dbo
|
|
#extdb-importer.database.url=jdbc:sqlserver://10.200.200.144:1433;database=CBRInfo;
|
|
#extdb-importer.database.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
|
|
extdb-importer.database.login=clearing
|
|
extdb-importer.database.password=Aa111111
|
|
extdb-importer.database.schema=public
|
|
extdb-importer.database.url=jdbc:postgresql://10.200.200.133:5432/clearing
|
|
extdb-importer.database.driver=org.postgresql.Driver
|
|
|
|
extdb-importer.hazelcast.cluster-members=127.0.0.1:5701
|
|
extdb-importer.hazelcast.login=dev
|
|
extdb-importer.hazelcast.password=dev-pass
|
|
|
|
extdb-importer.kafka-consumer.bootstrap-servers=localhost:9092
|
|
extdb-importer.kafka-consumer.group-id=dev-group-extdb-importer
|
|
extdb-importer.kafka-consumer.enable-auto-commit=false
|
|
extdb-importer.kafka-consumer.session-timeout-ms=30000
|
|
extdb-importer.kafka-consumer.auto-offset-reset=latest
|
|
extdb-importer.kafka-consumer.linger-ms=1
|
|
extdb-importer.kafka-consumer.buffer-memory=33554432
|
|
|
|
extdb-importer.kafka-producer.bootstrap-servers=localhost:9092
|
|
extdb-importer.kafka-producer.acks=all
|
|
extdb-importer.kafka-producer.retries=0
|
|
extdb-importer.kafka-producer.batch-size=16384
|
|
extdb-importer.kafka-producer.linger-ms=1
|
|
extdb-importer.kafka-producer.buffer-memory=33554432
|
|
|