const SDC_CONFIG = {
	"environment": "prod",
	"api": {
		"GET_component": "/v1/catalog/:type/:id",
		"PUT_component": "/v1/catalog/:type/:id/metadata",
		"GET_component_validate_name": "/v1/catalog/:type/validate-name/:name",
		"POST_changeLifecycleState": "/v1/catalog/",
		"component_api_root": "/v1/catalog/",
		"GET_user": "/v1/user/:id",
		"GET_user_authorize": "/v1/user/authorize",
		"GET_all_users": "/v1/user/users",
		"POST_create_user": "/v1/user",
		"DELETE_delete_user": "/v1/user/:id",
		"POST_edit_user_role": "/v1/user/:id/role",
		"GET_resource": "/v1/catalog/resources/:id",
		"GET_resources_latestversion_notabstract":"/v1/catalog/:type/latestversion/notabstract/:id",
		"GET_resources_certified_not_abstract": "/v1/catalog/resources/certified/notabstract/:id",
		"GET_resources_certified_abstract": "/v1/catalog/resources/certified/abstract/:id",
		"GET_resource_property": "/v1/catalog/:type/:entityId/properties/:id",
		"PUT_resource": "/v1/catalog/resources/:id/metadata",
		"GET_resource_artifact": "/v1/catalog/:type/:entityId/artifacts/:id",
		"GET_download_instance_artifact": "/v1/catalog/:type/:entityId/resourceInstances/:instanceId/artifacts/:id",
		"POST_instance_artifact": "/v1/catalog/:type/:entityId/resourceInstance/:instanceId/artifacts/:id",
		"GET_resource_additional_information": "/v1/catalog/:type/:entityId/additionalinfo/:id",
		"GET_service_artifact": "/v1/catalog/services/:serviceId/artifacts/:id",
		"GET_resource_interface_artifact": "/v1/catalog/:type/:entityId/standard/:operation/artifacts/:id",
		"GET_resource_api_artifact": "/v1/catalog/:type/:entityId/artifacts/api/:id",
		"GET_configuration_ui": "/v1/configuration/ui",
        "GET_plugins_configuration": "/config/ui/plugins",
		"GET_resource_validate_name": "/v1/catalog/resources/validate-name/:name",
		"GET_activity_log": "/v1/catalog/audit-records/:type/:id",
		"GET_service": "/v1/catalog/services/:id",
		"GET_service_validate_name": "/v1/catalog/services/validate-name/:name",
		"GET_service_distributions":"/v1/catalog/services/:uuid/distribution",
		"GET_service_distributions_components":"/v1/catalog/services/distribution/:distributionId",
		"POST_service_distribution_deploy" : "/v1/catalog/services/:serviceId/distribution/:distributionId/markDeployed",
		"GET_element": "/v1/followed",
		"GET_catalog": "/v1/screen",
		"GET_ecomp_menu_items": "/v1/user/:userId/functionalmenu",
		"GET_resource_category": "/v1/resourceCategories",
		"GET_service_category": "/v1/serviceCategories",
		"resource_instance": "/v1/catalog/:entityType/:entityId/resourceInstance/:id",
		"GET_resource_instance_property": "/v1/catalog/:type/:entityId/resourceInstance/:componentInstanceId/property/:propertyValueId",
		"GET_relationship": "/v1/catalog/:entityType/:entityId/resourceInstance/:action",
		"GET_lifecycle_state_resource": "/v1/catalog/:type/:id/lifecycleState/:action",
		"GET_lifecycle_state_CHECKIN":"lifecycleState/CHECKIN",
		"GET_lifecycle_state_CERTIFICATIONREQUEST":"lifecycleState/CERTIFICATIONREQUEST",
		"GET_lifecycle_state_UNDOCHECKOUT":"lifecycleState/UNDOCHECKOUT",
		"root": "/sdc1/feProxy/rest",
        "no_proxy_root": "/sdc1/rest",
		"workflow_root": "/sdc1/feProxy/wf",
		"POST_workflow_artifact": "sdc/v1/catalog",
		"PUT_service": "/v1/catalog/services/:id/metadata",
		"GET_download_artifact": "/v1/catalog/",
        "GET_SDC_Version": "/version",
		"GET_categories": "/v1/categories/:types",
		"POST_category": "/v1/category/:types/:categoryId",
		"POST_subcategory": "/v1/category/:types/:categoryId/subCategory/:subCategoryId",
		"POST_change_instance_version": "/v1/catalog/:entityType/:entityId/resourceInstance/:id/changeVersion",
		"GET_requirements_capabilities": "/v1/catalog/requirmentsCapabilities/:type/:id",
		"GET_resource_artifact_types": "/v1/artifactTypes",
		"GET_onboarding": "/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/packages",
		"GET_component_from_csar_uuid": "/v1/catalog/resources/csar/:csar_uuid",
		"kibana": "/sdc1/kibanaProxy/",
		"services_api_root": "/v1/catalog/services/",
		"create_policy_instance":"/v1/catalog/:entityType/:entityId/policies/:policyId",
		"CRUD_policy":"/v1/catalog/:entityType/policies/:policyId",
	},
	"resourceTypesFilter":{
        "resource":["CP","VFC","VL","CVFC","GROUP","POLICY"],
        "service":["CP","VF","VL", "PNF","CR","CVFC","SERVICE","Configuration","GROUP","POLICY"]
	},
	"logConfig": {
		"minLogLevel": "debug",
		"prefix": "sdcApp"
	},
	"cookie": {
		"junctionName": "IV_JCT",
		"prefix": "AMWEBJCT!",
		"userIdSuffix": "USER_ID",
		"userFirstName": "HTTP_CSP_FIRSTNAME",
		"userLastName": "HTTP_CSP_LASTNAME",
		"userEmail": "HTTP_CSP_EMAIL",
		"xEcompRequestId": " X-ECOMP-RequestID"
	},
	"imagesPath": "/sdc1",
	"enableWorkflowAssociation": "true",
	"cpEndPointInstances" : ["cloudep","ossep","personep","premisesep"],
	"toscaFileExtension":"yaml,yml",
	"csarFileExtension":"csar",
    "showOutlook": false,
    "validationConfigPath":"sdc1/configurations/validation.json",
	"categories": {},
	"testers": {
		"RESOURCE": {
			"Network L2-3": "DL-ASDCL1-3ResourceCertificationTeam",
			"Network L4+": "DL-ASDCL4-7ResourceCertificationTeam",
			"Application L4+": "DL-ASDCL4-7ResourceCertificationTeam",
			"default": "DL-ASDCL1-3ResourceCertificationTeam;DL-ASDCL4-7ResourceCertificationTeam"
		},
		"SERVICE": {
			"Network L1-3": "DL-ASDCL1-4ServiceCertificationTeam",
			"Network L4+": "DL-ASDCL4-7ServiceCertificationTeam",
			"default": "DL-ASDCL1-4ServiceCertificationTeam;DL-ASDCL4-7ServiceCertificationTeam"
		}
	},
	"roles": ["ADMIN", "TESTER", "GOVERNOR", "OPS", "DESIGNER"],
	"tutorial": {
		"tabs": [
			{
				"id":1,
				"name":"TUTRIAL_GENERA<style>.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #666666 } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008800 } /* Keyword.Pseudo */
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */
.highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
.highlight .na { color: #336699 } /* Name.Attribute */
.highlight .nb { color: #003388 } /* Name.Builtin */
.highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */
.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
.highlight .nd { color: #555555 } /* Name.Decorator */
.highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */
.highlight .nl { color: #336699; font-style: italic } /* Name.Label */
.highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
.highlight .py { color: #336699; font-weight: bold } /* Name.Property */
.highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #336699 } /* Name.Variable */
.highlight .ow { color: #008800 } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */
.highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
.highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
.highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
.highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */
.highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
.highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
.highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */
.highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
.highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
.highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
.highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
.highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
.highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
.highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
.highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
.highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
.highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */
.highlight .vc { color: #336699 } /* Name.Variable.Class */
.highlight .vg { color: #dd7700 } /* Name.Variable.Global */
.highlight .vi { color: #3333bb } /* Name.Variable.Instance */
.highlight .vm { color: #336699 } /* Name.Variable.Magic */
.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */</style><div class="highlight"><pre><span></span><span class="c">&lt;!--</span>
<span class="c">  ============LICENSE_START=======================================================</span>
<span class="c">   Copyright (C) 2018 Ericsson. All rights reserved.</span>
<span class="c">  ================================================================================</span>
<span class="c">  Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);</span>
<span class="c">  you may not use this file except in compliance with the License.</span>
<span class="c">  You may obtain a copy of the License at</span>

<span class="c">       http://www.apache.org/licenses/LICENSE-2.0</span>

<span class="c">  Unless required by applicable law or agreed to in writing, software</span>
<span class="c">  distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span>
<span class="c">  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<span class="c">  See the License for the specific language governing permissions and</span>
<span class="c">  limitations under the License.</span>

<span class="c">  SPDX-License-Identifier: Apache-2.0</span>
<span class="c">  ============LICENSE_END=========================================================</span>
<span class="c">--&gt;</span>
<span class="nt">&lt;project</span> <span class="na">xmlns=</span><span class="s">&quot;http://maven.apache.org/POM/4.0.0&quot;</span> <span class="na">xmlns:xsi=</span><span class="s">&quot;http://www.w3.org/2001/XMLSchema-instance&quot;</span> <span class="na">xsi:schemaLocation=</span><span class="s">&quot;http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd&quot;</span><span class="nt">&gt;</span>
    <span class="nt">&lt;modelVersion&gt;</span>4.0.0<span class="nt">&lt;/modelVersion&gt;</span>