spring: main: allow-bean-definition-overriding: true jmx: enabled: false application: name: ADCC server autoconfigure: exclude: org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.r2dbc.R2dbcAutoConfiguration web: locale: en locale-resolver: fixed grpc: port: ${ADCC_GRPC_PORT:6565} timeout: 100 retryCount: 3 netty-server: keep-alive-time: 30s max-inbound-message-size: 50MB primary-listen-address: ${ADCC_PRIMARY_LISTEN_ADDRESS:127.0.0.1:6565} adcc: ui: enabled: true update-servers-delay: 5000 update-active-records-delay: 3000 grpc: target: ${ADCC_UI_GRPC_TARGET:localhost:6566} opentelemetry: enabled: false queue: limit: 10000 delay: 1000 cache-max-size: 100000 cache-expire-time: 120000 cache-expire-time-after-finish: 10000 send-queue-max-size: 5000 send-create-query-queue-max-size: 20 statistic: queue: limit: 10000 delay: 1000 roles: ${ADCC_SERVER_ROLES:SYSTEM, QUERY} query: decompressed: max-text-length: ${ADCC_QUERY_DECOMPRESSED_MAX_TEXT_LENGTH:1000} server: port: ${ADCC_SERVER_PORT:8081} database-connection: driver-class-name: org.postgresql.Driver url: ${ADCC_DB_JDBC_URL:jdbc:postgresql://localhost:5432/adcc} username: ${ADCC_DB_USER:postgres} password: ${ADCC_DB_PWD:123} schema: adcc max-pool-size: 10 pool-name: HikariCPPool cachePrepStmts: true prepStmtCacheSize: 250 prepStmtCacheSqlLimit: 2048 useServerPrepStmts: true adb-connection: driver-class-name: org.postgresql.Driver eureka: grpc: targets: ${ADCC_EUREKA_GRPC_TARGETS:localhost:6569,localhost:6567} client: service-url: defaultZone: ${ADCC_EUREKA_CLIENT_SERV_URL_DEF_ZONE:http://0.0.0.0:8761/eureka} register-with-eureka: true instance: preferIpAddress: ${ADCC_EUREKA_CLIENT_PREFER_IP_ADDRESS:true} instance-enabled-onit: true leaseRenewalIntervalInSeconds: 4 leaseExpirationDurationInSeconds: 5 metadata-map: grpc.port: ${grpc.port} status: 'UP' server-roles: ${adcc.roles} hostname: ${ADCC_EUREKA_CLIENT_HOSTNAME:localhost} ip-address: ${ADCC_EUREKA_CLIENT_IP_ADDRESS:127.0.0.1} update-delay: 10000 db: driver-class-name: ${SYSTEM_DRIVER_CLASS_NAME:ru.yandex.clickhouse.ClickHouseDriver} url: ${SYSTEM_DB_JDBC_URL:jdbc:clickhouse://localhost:8123} username: ${SYSTEM_DB_USER:} password: ${SYSTEM_DB_PASSWORD:} schema: ${SYSTEM_DB_SCHEMA:adcc} maximum-pool-size: ${SYSTEM_DB_POOL_SIZE:5} quartz: correcting-enabled: ${QUARTZ_CORRECTING-ENABLED:true}