{
	"ServerSettings" : {
		
		"EnableHttp" : true,
		"HttpPort" : 8888,
		"HttpLocalHostOnly" : false,
		
		"EnableHttps" : false,
		"HttpsPort" : 4043,
		"HttpsLocalHostOnly" : false,
		"HttpsCert" : "",
		"HttpsCertKey" : "",
		
		"EnableRestApi" : true,
		"EnableRestApiHttp" : true,
		"RestApiHttpPort" : 8889,
		"RestApiHttpLocalHostOnly" : false
	},
	"AuthSettings" : {
		"RequireClientCert" : false,
		"ClientCertIsSelfSigned" : false,
		"CaPublicKey" : "",
		
		"EnableApiKey" : false,
		"ApiKey" : "",
		"MicrosoftAzureEntra" : {
			"Enable": false,
			"TenantId" : "",
			"ClientId" : "",
			"Domain" : "",
			"Instance" : "",
			"ClientSecret" : ""
		}
	}
}