This document outlines the configuration and infrastructure changes introduced from v4.1.x to v4.5.1 for deploying the FlowX.AI platform.
SPRING_DATA_MONGODB_RUNTIME_ENABLED
: Enables runtime MongoDB usage. Default is true
.RUNTIME_DB_USERNAME
: Username for runtime MongoDB access.SPRING_DATA_MONGODB_RUNTIME_URI
: Connection URI for the runtime MongoDB instance.SPRING_DATA_MONGODB_STORAGE
: Specifies storage type for Azure environments (mongodb
or cosmosdb
). Default is mongodb
.MONGOCK_TRANSACTIONENABLED
: Controls MongoDB transaction support with Mongock, defaulting to false
due to compatibility concerns with MongoDB 5.SPRING_DATA_MONGODB_URI
: URI for connecting to the MongoDB data model instance.DB_USERNAME
: Set to data-model
for data model access.SPRING_DATA_MONGODB_STORAGE
: Specifies storage type for Azure environments (mongodb
or cosmosdb
).SPRING_DATA_MONGODB_RUNTIME_ENABLED
: Enables runtime MongoDB access. Default is true
.SPRING_DATA_MONGODB_RUNTIME_URI
: URI for connecting to the runtime MongoDB.DB_USERNAME
: Set to app-runtime
for runtime data access.FLOWX_WORKFLOW_CREATETOPICS