app: elastic: host: ${ELASTIC_HOST:?system} port: ${ELASTIC_PORT:?system} documentsIndex: ${DOCUMENTS_INDEX:?system} institutionIndex: ${INSTITUTION_INDEX:?system} media: url: ${MEDIA_SERVER_URL:?system} institutionTypeLabelsPath: "/configs/institution_types/labels.csv" documentTypeLabelsPath: "/configs/document_types/labels.csv" accessTermLabelsPath: "/configs/access_terms/labels.csv" reuseStatementLabelsPath: "/configs/reuse_statements/labels.csv" kafka: streams: bootstrap.servers: ${KAFKA_BOOTSTRAP_SERVERS:?system} application.id: ${APPLICATION_ID:?system} topic: in: ${TOPIC_IN:?system} out: ${TOPIC_OUT:?system} process: ${TOPIC_PROCESS:?system}