This document outlines the configuration and infrastructure changes introduced from v4.1.x to v4.5.3 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
default_application
(where all the process definitions from previous versions are migrated). This step verifies that your default application remains up to date with the latest changes:
default_application
in the UI.default_application
(where all the process definitions from previous versions are migrated). This step verifies that your default application remains up to date with the latest changes:
default_application
in the UI.SPRING_DATA_MONGODB_RUNTIME_ENABLED
- Enables Runtime MongoDB usage (default value: true
)RUNTIME_DB_USERNAME
: app-runtime
SPRING_DATA_MONGODB_RUNTIME_URI
- URI for connecting to the Runtime MongoDB instance - app-runtime
SPRING_DATA_MONGODB_STORAGE
- Specifies the storage type used for the Runtime MongoDB instance (Azure environments only)
mongodb
, cosmosdb
mongodb
NOTIFICATIONPLUGIN_MONGO_USERNAME
: mongodb-username
-> Represents the username for authenticating to the MongoDB database used by the Notifications Plugin.
NOTIFICATIONPLUGIN_MONGO_PASSWORD
: mongodb-password
-> Represents the password associated with the NOTIFICATIONPLUGIN_MONGO_USERNAME
for database access.
DOCUMENTPLUGIN_MONGO_USERNAME
: mongodb-username
-> Represents the username for authenticating to the MongoDB database used by the Documents Plugin.
DOCUMENTPLUGIN_MONGO_PASSWORD
: mongodb-password
-> Represents the password associated with the DOCUMENTPLUGIN_MONGO_USERNAME
for database access.
FLOWX_DATASOURCE_DOCUMENTPLUGIN_URI
: Specifies the connection details for the MongoDB database used by the Documents Plugin.
FLOWX_DATASOURCE_NOTIFICATIONPLUGIN_URI
: Specifies the connection details for the MongoDB database used by the Notifications Plugin.