59 lines
1.2 KiB
YAML

image-service.url: "http://image-service-v1:8080"
persistence-service.url: "http://persistence-service-v1:8080"
entity-recognition-service.url: "localhost:8080"
logging.type: ${LOGGING_TYPE:CONSOLE}
ribbon:
ConnectTimeout: 600000
ReadTimeout: 600000
spring:
main:
allow-bean-definition-overriding: true
allow-circular-references: true # FIXME
cache:
type: NONE
data:
mongodb:
auto-index-creation: true
# todo: multi-tenancy
database: redaction
host: ${MONGODB_HOST:localhost}
port: ${MONGODB_PORT:27017}
username: ${MONGODB_USER}
password: ${MONGODB_PASSWORD}
processing.kafkastreams: false
platform.multi-tenancy:
enabled: false
redaction-service:
enable-image-classification: false
enable-entity-recognition: true
application:
type: "RedactManager"
storage:
backend: 's3'
management:
endpoint:
metrics.enabled: true
prometheus.enabled: true
health.enabled: true
endpoints.web.exposure.include: prometheus, health, metrics
metrics.export.prometheus.enabled: true
multitenancy:
tenant:
mongo:
liquibase:
changeLog: classpath:mongo/changelog/mongo.changelog-tenant.xml
POD_NAME: redaction-service