Update to have the error codes and 404's working
[aai/sparky-be.git] / sparkybe-onap-application / config / schemaIngest.properties
1 # Properties for the SchemaLocationsBean
2 # Files named aai_oxm_v*.xml are unpacked here:
3 # Schema Version Related Attributes
4 schema.uri.base.path=/aai
5 # Lists all of the versions in the schema
6 schema.version.list=v9,v10,v11,v12,v13,v14
7 # Specifies from which version should the depth parameter to default to zero
8 schema.version.depth.start=v10
9 # Specifies from which version should the related link be displayed in response payload
10 schema.version.related.link.start=v10
11 # Specifies from which version should the client see only the uri excluding host info
12 # Before this version server base will also be included
13 schema.version.app.root.start=v11
14 # Specifies from which version should the namespace be changed
15 schema.version.namespace.change.start=v12
16 # Specifies from which version should the client start seeing the edge label in payload
17 schema.version.edge.label.start=v12
18 # Specifies the version that the application should default to
19 schema.version.api.default=v14
20
21 # Schema Location Related Attributes
22 schema.configuration.location=NA
23
24 # New propterties required by the aai-common - aai-schema-ingest lib as of 1.3.0
25 schema.configuration.location=N/A
26 schema.nodes.location=${oxm.schemaNodeDir}
27 schema.edges.location=
28 # These versions need to exist if they are included in the list
29 schema.version.list=${oxm.apiVersionList}
30 # Decalares the oxm version to load
31 schema.version.api.default=${oxm.apiVersion}
32
33 # Setting this values to ${oxm.apiVersion} only to ensure the value used exists (we don't use this properties in our application)
34 schema.version.depth.start=${oxm.apiVersion}
35 schema.version.related.link.start=${oxm.apiVersion}
36 schema.version.app.root.start=${oxm.apiVersion}
37 schema.version.namespace.change.start=${oxm.apiVersion}
38 schema.version.edge.label.start=${oxm.apiVersion}
39
40 # Properties required by AAI Schema Service MS
41 schema.translator.list=config
42 schema.service.base.url=${oxm.schemaServiceBaseUrl}
43 schema.service.nodes.endpoint=nodes?version=
44 schema.service.edges.endpoint=edgerules?version=
45 schema.service.versions.endpoint=versions
46 schema.local=true
47 schema.filename=mockrequests
48 #Default rest client is the two-way-ssl
49 #schema.service.client=two-way-ssl
50 #Replace the below with the A&AI client key store
51 schema.service.ssl.key-store=${oxm.schemaServiceKeystore}
52 #Replace the below with the A&AI tomcat trust store
53 schema.service.ssl.trust-store=${oxm.schemaServiceTruststore}
54 schema.service.ssl.key-store-password=${oxm.schemaServiceKeystorePassword}
55 schema.service.ssl.trust-store-password=${oxm.schemaServiceTruststorePassword}
56
57 spring.application.name=sparky