Environment Variables for TIBCO Business Studio™ for BusinessWorks™

This section lists the environment variables that can be used for application deployment inside TIBCO Business Studio™ for BusinessWorks™ for configuration management.

Environment Variable Default Values Description
APPLICATION_NAME n/a This environment variable is used to provide custom application name to fetch application properties from config management.
APP_CONFIG_PROFILE default

Name of the application profile that is to be used from a configuration management system.

CONSUL_SERVER_URL n/a Used to set Consul server configuration.

For example,

CONSUL_SERVER_URL=http://127.0.0.1:8085

This must be set if you intend to use Consul for application configuration or for service registration and discovery.

CONSUL_CUSTOM_FOLDER n/a This must be set if you only intend to use properties from Consul Server stored in custom folders.

If properties are stored or exported to <CONSUL_SERVER_URL>/ui/dc1/kv/FOLDER1/FOLDER2 location then the value for CONSUL_CUSTOM_FOLDER = FOLDER1/FOLDER2

X_CONSUL_TOKEN n/a

Used to authenticate the request made to the Consul server.

This environment variable should be used when the consul server is enabled for authentication.
Note: This should be set if authentication is enabled on the consul server and you want to authenticate the requests made to the consul server.