/
chemist_21
/
t1_java
Обзор
Документация
Войти
/
chemist_21
/
t1_java
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/main/resources/application.yml
85 строк
2 KB
Egor Chasov
all
29 окт 2024, 20:13
29 окт 2024, 20:13
e4764c4
Код
Авторство
О чём код?
spring: application: name: t1-java-demo datasource: jdbcUrl: jdbc:postgresql://${DB_HOST:localhost:5432}/t1_demo username: postgres password: "0000" driverClassName: org.postgresql.Driver liquibase: enabled: true default-schema: t1_demo change-log: db/changelog/db.changelog-master.xml driver-class-name: org.postgresql.Driver driverClassName: org.postgresql.Driver url: jdbc:postgresql://${DB_HOST:localhost:5432}/t1_demo user: postgres password: "0000" security: token: tstrs4g434wyhser5htstrs4g434wyhser5htstrs4g434wyhser5htstrs4g434wyhser5htstrs4g434wyhser5h expiration: 86400000 management: metrics: tags: appName: @project.build.finalName@ application: @project.name@ appVersion: @project.version@ endpoints: enabled-by-default: true web.exposure.include: health,prometheus,metrics,info,kafka endpoint: health: enabled: true show-details: always probes: group: readiness: include: db shutdown.enabled: true restart.enabled: true prometheus.enabled: true logfile.enabled: true logging: level: ROOT: DEBUG ru.t1.java.demo.controller.ClientController: DEBUG org.apache.kafka: INFO org.hibernate.SQL: INFO t1: scan-path: ru.t1.java.demo kafka: bootstrap: server: ${KAFKA_SERVER:localhost:9092} consumer: group-id: t1-demo max.poll.records: 10 producer: enable: true topic: client_registration: t1_demo_client_registration client_id_registered: t1_demo_client_registered client_transactions: t1_demo_client_transactions listener: poll-timeout: 1000 track: errors-to-track: JsonParseException, IOException kafka: enabled: ${TRACK_KAFKA_LOG_ENABLED:true} bootstrap-server: localhost:9092 data-source-error-topic: t1_demo_data_source_error time-limit-exceed: t1_demo_time_limit_exceed db: enabled: false time-limit-exceed: 1000 log-level: DEBUG integration: url: http://localhost:8088 resource: /bsc-wire-mock/api/client/check retry-count: 3 retry-backoff: 1000