Environment Variables

List of all environment variables for all DecisionRules applications.

Required environment variables for DecisionRules Server application.

Variable name
Description
Mandatory
Example value

REDIS_URL

Redis URL

redis(s)://host.docker.internal:6379

MONGO_DB_URI

Mongo URL

mongodb(+srv)://host.docker.internal:27017

CLIENT_URL

Url on which client container is accessible

http://localhost:80/# (# is mandatory)

LICENSE_KEY

License key string

YOUR LICENSE KEY

DB_TYPE

Specify MongoDB type

If you use CosmosDB or DocumentDB

MONGODB (default) COSMOSDB

COSMOSDB_VCORE DOCUMENTDB

API_URL

Lets the server know it's own address for Rule Flow and dependant rule solves.

https://api.decisionrules.io

AI_ENGINE_URL

If you use AI assistant features

http://localhost:8084

Last updated

Was this helpful?