CMS/Services Configuration Keys

The options below can be used to override settings within your CMS/Web Services.
 

Web Services Configuration

DesktopServiceWhiteListIps
Type: String
Description: Secure the web services to a particular desktop POS system by entering a comma delimited list of excepted IP Addresses.
 
CmsServiceWhiteListIps
Type: String
Description: Secure the web services to particular web servers by entering a comma delimited list of excepted IP Addresses.
 
ServiceAsApplication
Type: Boolean
Description: If the web services are running as a separate application from the CMS, this will need to be set as true.
 
NgageCmsKey
Type: String
Description: This is a required key, please enter the CMS key provided by Ngage Software.
 
NgageServiceUrl
Type: String
Description: This is a required key, please enter the URL which your CMS resolves.

CMS Configuration 

AmazonDefaultCategoryId
Type: String
Description: When using Amazon to post products, this will set the default first category id within the portal items area of the CMS, the id can be found within Amazon's documentation.
 
AmazonDefaultCategoryIdTwo
Type: String
Description: When using Amazon to post products, this will set the default first category id within the portal items area of the CMS, the id can be found within Amazon's documentation.
 
DefaultEditorLanguage
Type: String
Description: Set the default editor spell check language, defaults to "en_GB".
 
EbayDefaultCategoryId
Type: String
Description: When using eBay to post products, this will set the default first category id within the portal items area of the CMS, the id can be found within eBay's documentation.
 
EnableBundling
Type: Boolean
Description: Enables .NET bundling of CSS on JavaScript within the CMS.
 
MetaDescValidationMode
Type: String
Description: You can force or alert CMS users when meta titles and descriptions are not populated to the required SEO requirements, options are Required or Alert.
 
NgageAssetFolder
Type: String
Description: This allows a developer to specify where assets are uploaded to on the file system, the default is set to "uploaded_assets" which is the advised location.
 
NgageCmsKey
Type: String
Description: This is a required key, please enter the CMS key provided by Ngage Software.
 
NgageDocumentAllowList
Type: String
Description: restrict the document file types that can be uploaded to the CMS (example: "doc,docx,pdf").
 
NgageImageAllowList
Type: String
Description: restrict the image file types that can be uploaded to the CMS (example: "png,gif,jpg,jpeg").
 
NgageOrgName
Type: String
Description: Customise the organisation name which appears on login of the CMS.
 
NgageServiceUrl
Type: String
Description: This is a required key, please enter the URL which your CMS resolves.
 
SearchPath
Type: String
Description: This allows a developer to specify where the Lucene search index is stored, the default is set to "uploaded_assets" which is the advised location.
 
UseConfigForWcf
Type: Boolean
Description: This controls whether Ngage builds its WCF connection pro-grammatically using NgageServiceUrl or if it uses an entry in the Service Model section of the web.config, should be set to false unless stated by Ngage Software.