Editing the sdk-config.json file
- In the SDK folder, open the
sdk-config.json
file using a text editor such as, VS Code. - Update the
infinityRestServerUrl
attribute value to point to the production server.
For example: "https://sdk-dev.pegatsdemo.com/prweb". - Update the
sdkContentServerUrl
attribute value to the production server. Ensure to include the appropriate SDK folder in Tomcat. Do not forget to add the trailing slash at the end.
For example:- For the Angular SDK:
"https://sdk-dev.pegatsdemo.com/SDK-A/"
- For the React SDK:
"https://sdk-dev.pegatsdemo.com/SDK-R/"
- For the Web Components SDK:
"https://sdk-dev.pegatsdemo.com/SDK-WC/"
- For the Angular SDK:
- OPTIONAL. Update the
mashupPassword
attribute value with a corresponding base64-encoded value of the mashup password. - Save and close the file.
Previous topic Deploying the SDKs to another server Next topic Editing the index.html file