Sample Core Services JSON Configuration File

The following block of code provides an example of an IMS_Core_Config.json file after the settings have been configured (refer to Core Services JSON Configuration File).

{
	"InstallationPath": "C:\\HostedApps",
	"ApplicationInsightKey": "NA",
	"ServiceAccountUserName": "Itron\\IMSAdmin",
	"IMSServerHostName": "ims-prod-primary.itron.com",
	"Adapters": [
		"OWTransform",
		"AMMTransform",
                "HotReadingsQueryApi",
                "OWClientReadingsEgressTransform",	 
                "AMMReadingsIngressTransform"
	],
	"AMMTransform_Settings": {
	      "DmsBaseAddress": "https://dms.shared-50x-install.eng.ssnsgs.net:7043",
              "DmsUser" "TestUser"
	},
        "HotReadingsQueryApi_Settings": {
		"IdentityUrl": "https://idenservertest2.itrontotaltest.com/",
		"CertificateThumbprint": "13fb7dcadd430df19213b7bbe460d55401606414"
	}
}