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 variable | Description |
|---|---|
CONTENT_DEFAULT_SERVER_NAME | The host name of your database server |
CONTENT_DEFAULT_PORT_NUMBER | The port number of your database server |
CONTENT_DEFAULT_DATABASE_NAME | The name of the Content Data Store database |
CONTENT_DEFAULT_USER | The name of a user who can access the Content Data Store database |
CONTENT_DEFAULT_PASSWORD | The password of the user who can access the Content Data Store database |
State Store variables
| Environment variable | Description |
|---|---|
DEPLOYER_STATE_DEFAULT_SERVER_NAME | The host name of your database server |
DEPLOYER_STATE_DEFAULT_PORT_NUMBER | The port number of your database server |
DEPLOYER_STATE_DEFAULT_DATABASE_NAME | The name of the State Store database |
DEPLOYER_STATE_DEFAULT_USER | The name of a user who can access the State Store database |
DEPLOYER_STATE_DEFAULT_PASSWORD | The password of the user who can access the State Store database |
Session database variables
| Environment variable | Description |
|---|---|
PREVIEW_DEFAULT_SERVER_NAME | The host name of your database server |
PREVIEW_DEFAULT_PORT_NUMBER | The port number of your database server |
PREVIEW_DEFAULT_DATABASE_NAME | The name of the Session database |
PREVIEW_DEFAULT_USER | The name of a user who can access the Session database |
PREVIEW_DEFAULT_PASSWORD | The password of the user who can access the Session database |
User Generated Content environment variables
| Environment variable | Description |
|---|---|
UGC_DEFAULT_SERVER_NAME | The host name of your database server |
UGC_DEFAULT_PORT_NUMBER | The port number of your database server |
UGC_DEFAULT_DATABASE_NAME | The name of the UGC database |
UGC_DEFAULT_USER | The name of a user who can access the UGC database |
UGC_DEFAULT_PASSWORD | The password of the user who can access the UGC database |
Local file system location variables
| Environment variable | Description |
|---|---|
DEFAULT_FILE | The storage location for regular files, used by the Storage Layer for storage on the local file system |
DEFAULT_DATA_FILE | The storage location for data files, used by the Storage Layer for storage on the local file system |
Variables for Content Deployer locations
| Environment variable | Description |
|---|---|
QUEUE_PATH | The location of the Content Deployer queue. |
QP_FINAL_TX | A temporary storage location for a specific Content Deployer phase. Do not change the value of this variable. |
QP_PREPARE | A temporary storage location for a specific Content Deployer phase. Do not change the value of this variable. |
BINARY_PATH | A temporary storage location on the file system where packages are processed |