Environment Variables
Last updated
Last updated
At times you may want to externalize some properties (variables) and refer those properties in scripts & validation expressions. You can use the Manage Environment Variables
screen to define such variables and use db.env("<variable name>") e.g db.env("ENVIRONMENT")
to access the defined variable value from scripts.