Documentation Center

Microservice express installation variables

In the setenv.sh or setenv.ps1 file, configure databases, default folders and Content Deployer locations before running the express installation script.

Logging location

The logging location is configured in this line. Edit the assignment value to the right of the equals sign (=) to specify where you want log files to be written.
$delivery_vars["c:/SDLWeb/log"] = $delivery_vars["TARGET_LOCATION"] + "log"

Content Data Store variables

Environment variableDescription
CONTENT_DEFAULT_SERVER_NAMEThe host name of your database server
CONTENT_DEFAULT_PORT_NUMBERThe port number of your database server
CONTENT_DEFAULT_DATABASE_NAMEThe name of the Content Data Store database
CONTENT_DEFAULT_USERThe name of a user who can access the Content Data Store database
CONTENT_DEFAULT_PASSWORDThe password of the user who can access the Content Data Store database

State Store variables

Environment variableDescription
DEPLOYER_STATE_DEFAULT_SERVER_NAMEThe host name of your database server
DEPLOYER_STATE_DEFAULT_PORT_NUMBERThe port number of your database server
DEPLOYER_STATE_DEFAULT_DATABASE_NAMEThe name of the State Store database
DEPLOYER_STATE_DEFAULT_USERThe name of a user who can access the State Store database
DEPLOYER_STATE_DEFAULT_PASSWORDThe password of the user who can access the State Store database

Session database variables

Environment variableDescription
PREVIEW_DEFAULT_SERVER_NAMEThe host name of your database server
PREVIEW_DEFAULT_PORT_NUMBERThe port number of your database server
PREVIEW_DEFAULT_DATABASE_NAMEThe name of the Session database
PREVIEW_DEFAULT_USERThe name of a user who can access the Session database
PREVIEW_DEFAULT_PASSWORDThe password of the user who can access the Session database

User Generated Content environment variables

Environment variableDescription
UGC_DEFAULT_SERVER_NAMEThe host name of your database server
UGC_DEFAULT_PORT_NUMBERThe port number of your database server
UGC_DEFAULT_DATABASE_NAMEThe name of the UGC database
UGC_DEFAULT_USERThe name of a user who can access the UGC database
UGC_DEFAULT_PASSWORDThe password of the user who can access the UGC database

Local file system location variables

Environment variableDescription
DEFAULT_FILEThe storage location for regular files, used by the Storage Layer for storage on the local file system
DEFAULT_DATA_FILEThe storage location for data files, used by the Storage Layer for storage on the local file system

Variables for Content Deployer locations

Environment variableDescription
QUEUE_PATHThe location of the Content Deployer queue.
QP_FINAL_TXA temporary storage location for a specific Content Deployer phase. Do not change the value of this variable.
QP_PREPAREA temporary storage location for a specific Content Deployer phase. Do not change the value of this variable.
BINARY_PATHA temporary storage location on the file system where packages are processed