29 lines
599 B
YAML
29 lines
599 B
YAML
server:
|
|
port: 8077
|
|
|
|
persistence-service.url: "http://localhost:8085"
|
|
tenant-user-management-service.url: "http://localhost:8091/internal"
|
|
|
|
storage:
|
|
bucket-name: 'redaction'
|
|
endpoint: 'http://localhost:9000'
|
|
key: minioadmin
|
|
secret: minioadmin
|
|
|
|
cors.enabled: true
|
|
|
|
redaction-service:
|
|
enableImageClassification: false
|
|
cvTableParsingEnabled: false
|
|
nerServiceEnabled: false
|
|
priorityMode: false
|
|
ruleExecutionSecured: false
|
|
|
|
application:
|
|
type: "RedactManager"
|
|
|
|
multitenancy:
|
|
tenant:
|
|
mongo:
|
|
liquibase:
|
|
changeLog: classpath:mongo/changelog/mongo.changelog-tenant.xml |