Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space MOBUD and version 3
Code Block
languagejs
firstline1
titleJSON Format
linenumberstrue
collapsetrue
{
	"_t": "entitySysConfig",
	"_v": "1.0",
	"AllowMobileCreateOrder": false,
	"DefaultCulturalIdentifer": "en",
	"JMSExpirationInDays": 30,
	"PasswordResetLength": 10,
	"SupportEmailAddress": "support@servicemobility.com",
	"SupportedCountries": "USA",
	"Invoice": {
		"EmailFrom": "spqa@servicemobility.com",
		"EmailSender": {
			"SourceArn": "",
			"FromArn": "",
			"ReturnPathArn": ""
		}
	},
	"Invoicing": true,
	"PartsOrdering": {
		"EntityServiceURI": "https://sm-dev.hostedservicepower.com/partsOrderingMock",
		"EntityServiceAccessKey": "rbGlqax1#b"
	},
	"Payment": {
		"GatewayID": "1001",
		"MerchantID": "10012",
		"MerchantKey": "C22A63EE-2E7A-4ACE-96AC-0958DC8D953F"
	},
	"Scheduler": {
		"Host": null,
		"DBUser": null,
		"UserName": null,
		"Password": null,
		"DispatchExportTran": false,
		"IntegrationEnabled": false,
		"ExternalObjectName": null
	},
	"WorkOrder": {
		"ClosedOverride": false,
		"SkipDeletedWOExport": true,
		"OnlyAllowProductCatalogParts": "true"
	},
	"ExtUserAuth": {
		"Enabled": false,
		"AuthEndpoint": "https://sm-dev.hostedservicepower.com/mock/3rdPartyjwt"
	},
	"RestApi": {
		"Host": "sm-dev.hostedservicepower.com",
		"Protocol": "https",
		"AssetModels": "/mock/Assets/{0}/Models",
		"AssetHistory": "",
		"BookJob": "/crm/api/BookJobMock/{0}",
		"EstimateHistory": "/mock/Account/{0}/Location/{1}/EstimateHistory",
		"IVR": "/IVRMock/{0}",
		"SiteHistory": "",
		"SearchAppts": "/crm/api/SearchApptsMock"
	}
}