Skip to content

Instantly share code, notes, and snippets.

@sitefinitySDK
Last active February 12, 2026 12:52
Show Gist options
  • Select an option

  • Save sitefinitySDK/47a6014a5b7f8e65ba9133bed333f2fc to your computer and use it in GitHub Desktop.

Select an option

Save sitefinitySDK/47a6014a5b7f8e65ba9133bed333f2fc to your computer and use it in GitHub Desktop.
app_settings.json
"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