Last active
February 12, 2026 12:52
-
-
Save sitefinitySDK/47a6014a5b7f8e65ba9133bed333f2fc to your computer and use it in GitHub Desktop.
app_settings.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "Sitefinity": { | |
| "Url": "https://authoring.your-project.cloud.sitefinity.com", // This is already set correctly by Sitefinity | |
| "WebServicePath": "sf/cms/api/v1/default", | |
| "SearchWebServicePath": "sf/search/api/v1/default", | |
| "HostHeaderName": "x-sf-host", | |
| "IgnoreSslErrors": true, | |
| "Proxy": { | |
| "Disable": true, | |
| "Whitelist": [ | |
| { | |
| "Url": "https://authoring.your-project.cloud.sitefinity.com", // This is already set correctly by Sitefinity | |
| "Paths": [ | |
| "/sf/" | |
| ] | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment