TRAININGDATA="address_data.csv"
TESTDATA="address_validation_data.csv"
MODELTYPE="spacy"#spacy or bert ## initial training with bert is NOT recommended as it cannot yet use the GPU
MODELLANGUAGE="en"#en or de or empty

#MLFlow Values, only relevant for complete system
MLFLOW_HOST=mlflow
MLFLOW_PORT=5000
MLFLOW_PORT_ARTIFACT=5001
MLFLOW_USERNAME=mlflow
MLFLOW_PASSWORD=mlflow

#Qanary Pipeline Values, change as needed
SPRING_BOOT_ADMIN_URL=http://qanary-pipeline:8080
SPRING_BOOT_ADMIN_USERNAME=admin
SPRING_BOOT_ADMIN_PASSWORD=admin

#Qanary Component Values, change as needed
SERVICE_HOST=http://automation_component:8081
SERVICE_PORT=8081
SERVICE_NAME_COMPONENT=AutomationServiceComponent
SERVICE_DESCRIPTION_COMPONENT="A component interacting with a NER model"