Skip to content

Instantly share code, notes, and snippets.

@gashcrumb
Created July 18, 2018 15:25
Show Gist options
  • Save gashcrumb/06239b7340be546b28e91434699ad620 to your computer and use it in GitHub Desktop.
Save gashcrumb/06239b7340be546b28e91434699ad620 to your computer and use it in GitHub Desktop.
{
"commment":"This config should for testing against a minishift using the syndesis-dev application templates.",
"apiBase": "https://syndesis.10.0.0.136.nip.io",
"apiEndpoint": "/api/v1",
"mapperEndpoint": "/mapper/v1",
"metricsPollingInterval": 5000,
"consoleUrl": "https://10.0.0.136:8443/console",
"project": "syndesis",
"branding": {
"logoWhiteBg": "assets/images/syndesis-logo-svg-white.svg",
"logoDarkBg": "assets/images/syndesis-logo-svg-white.svg",
"productBuild": false,
"iconWhiteBg": "assets/images/glasses_logo_square.png",
"iconDarkBg": "assets/images/glasses_logo_square.png",
"appName": "Syndesis - DEVELOPMENT",
"favicon32": "/favicon-32x32.png",
"favicon16": "/favicon-16x16.png",
"touchIcon": "/apple-touch-icon.png"
},
"datamapper": {
"baseMappingServiceUrl": "/api/v1/atlas/",
"baseJavaInspectionServiceUrl": "/api/v1/atlas/java/",
"baseXMLInspectionServiceUrl": "/api/v1/atlas/xml/",
"baseJSONInspectionServiceUrl": "/api/v1/atlas/json/",
"disableMappingPreviewMode": true,
"discardNonMockSources": false,
"addMockJSONMappings": false,
"addMockJavaSingleSource": false,
"addMockJavaSources": false,
"addMockXMLInstanceSources": false,
"addMockXMLSchemaSources": false,
"addMockJSONSources": false,
"addMockJavaTarget": false,
"addMockXMLInstanceTarget": false,
"addMockXMLSchemaTarget": false,
"addMockJSONTarget": false,
"debugDocumentServiceCalls": false,
"debugMappingServiceCalls": false,
"debugClassPathServiceCalls": false,
"debugValidationServiceCalls": false,
"debugFieldActionServiceCalls": false,
"debugDocumentParsing": false
},
"features" : {
"logging": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment