2022-09-15 17:04:21 +02:00
|
|
|
# Defaults for the cleanuri role
|
|
|
|
---
|
|
|
|
|
|
|
|
# HTTPS ingress
|
|
|
|
# cleanuri_ui_domain:
|
|
|
|
# cleanuri_ui_host_port:
|
|
|
|
# cleanuri_api_domain:
|
|
|
|
# cleanuri_api_host_port:
|
|
|
|
|
|
|
|
# Credentials for RabbitMQ
|
|
|
|
# cleanuri_amqp_host:
|
|
|
|
# cleanuri_amqp_user:
|
|
|
|
# cleanuri_amqp_pass:
|
|
|
|
|
|
|
|
# Change these if they are different in your environment
|
|
|
|
cleanuri_amqp_vhost: "/"
|
|
|
|
cleanuri_amqp_results: "results"
|
|
|
|
cleanuri_amqp_canonizer: "canonizer"
|
|
|
|
cleanuri_amqp_retrieval: "extractor"
|
|
|
|
|
|
|
|
# Docker images
|
2024-05-02 10:07:24 +02:00
|
|
|
cleanuri_image_webui: mrtux/cleanuri-webui:0.2.1
|
2023-10-16 12:00:05 +02:00
|
|
|
cleanuri_image_apigateway: mrtux/cleanuri-apigateway:0.3.1
|
2024-02-24 15:13:31 +01:00
|
|
|
cleanuri_image_canonizer: mrtux/cleanuri-canonizer:0.5.0
|
|
|
|
cleanuri_image_extractor: mrtux/cleanuri-extractor:0.5.0
|