Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

APTS_RLPEnvironmentSettings

This property allows you to specify URLs for environments such as QA, Staging, or Dev.

(Optional) You can override the default URLs for the Preview and Production environments with specific URLs for different regions (such as North America, Europe, or Australia) by adding them to the admin property.

Use any of the following URLs per your Conga instance:

For production instance
  • NA: https://prod-rls10.congacloud.com
  • EU: https://rls.congacloud.eu
  • AU: https://rls.congacloud.au
For Preview instance
  • NA: https://preview-rls09.congacloud.com
  • EU: https://rls-preview.congacloud.eu
  • AU: https://rls-preview.congacloud.au

Name

APTS_RLPEnvironmentSettings

Value

N/A

Code

Sample code:
{
"QA":"https://rls-qa.congacloud.io",
"Dev":"https://rls-dev.congacloud.io",
"Preview-EU":"https://rls-preview.congacloud.eu",
"Prod-EU":"https://rls.congacloud.eu"
}