Fixed project version parsing
[aai/data-router.git] / src / test / resources / config / schemaIngest.properties
1 # Properties for the SchemaLocationsBean
2 # Properties required by the aai-common - aai-schema-ingest lib as of 1.3.0
3 schema.configuration.location=N/A
4 schema.nodes.location=${OXM_LOCATION}/${testShemaUnpackVersion}/oxm
5 schema.edges.location=
6 # These versions need to exist if they are included in the list
7 schema.version.list=v10,v11,v12,v13,v14,v15
8 # Decalares the oxm version to load
9 schema.version.api.default=v15
10
11 # Don't use these properties in our application, need to be set to prevent an exception on startup (see SchemaVersions bean)
12 schema.version.depth.start=v15
13 schema.version.related.link.start=v15
14 schema.version.app.root.start=v15
15 schema.version.namespace.change.start=v15
16 schema.version.edge.label.start=v15
17
18 #This property is used to enable or disable schema service, possible values are: schema-service  or config
19 schema.translator.list=config
20
21 #These properties are needed when schema service is  enabled
22 schema.service.base.url=https://localhost:8443/aai/schema-service/v1/
23 schema.service.nodes.endpoint=nodes?version=
24 schema.service.edges.endpoint=edgerules?version=
25 schema.service.versions.endpoint=versions
26 schema.local=true
27 schema.filename=mockrequests
28 #Default rest client is the two-way-ssl
29 #schema.service.client=two-way-ssl
30 #Replace the below with the A&AI client key store
31 schema.service.ssl.key-store=${CONFIG_HOME}/auth/client-cert-onap.p12
32 #Replace the below with the A&AI tomcat trust store
33 schema.service.ssl.trust-store=${CONFIG_HOME}/auth/tomcat_keystore
34 schema.service.ssl.trust-store-password=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
35 #OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o
36 schema.service.ssl.key-store-password=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
37 spring.application.name=datarouter