fb2189ffbb2523f30a896958c53f5dd70a5d1335
[ccsdk/cds.git] /
1 #
2 # Copyright © 2017-2018 AT&T Intellectual Property.
3 #
4 # Modifications Copyright © 2019 - 2020 IBM, Bell Canada.
5 #
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
9 #
10 #     http://www.apache.org/licenses/LICENSE-2.0
11 #
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
17 #
18 blueprintsprocessor.db.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1
19 blueprintsprocessor.db.username=sa
20 blueprintsprocessor.db.password=
21 blueprintsprocessor.db.driverClassName=org.h2.Driver
22 blueprintsprocessor.db.hibernateHbm2ddlAuto=create-drop
23 blueprintsprocessor.db.hibernateDDLAuto=update
24 blueprintsprocessor.db.hibernateNamingStrategy=org.hibernate.cfg.ImprovedNamingStrategy
25 blueprintsprocessor.db.hibernateDialect=org.hibernate.dialect.H2Dialect
26 # Controller Blueprints Core Configuration
27 blueprintsprocessor.blueprintDeployPath=./target/blueprints/deploy
28 blueprintsprocessor.blueprintWorkingPath=./target/blueprints/work
29 blueprintsprocessor.blueprintArchivePath=./target/blueprints/archive
30
31 # Error Managements
32 error.catalog.applicationId=cds
33 error.catalog.type=properties
34 error.catalog.errorDefinitionDir=./../../../application/src/test/resources/
35
36 # Python executor
37 blueprints.processor.functions.python.executor.executionPath=./../../../../components/scripts/python/ccsdk_blueprints
38 blueprints.processor.functions.python.executor.modulePaths=./../../../../components/scripts/python/ccsdk_blueprints
39
40 # Kafka-message-lib Configurations
41 blueprintsprocessor.messageconsumer.self-service-api.kafkaEnable=false
42 blueprintsprocessor.messageconsumer.self-service-api.type=kafka-basic-auth
43 blueprintsprocessor.messageconsumer.self-service-api.bootstrapServers=127.0.0.1:9092
44 blueprintsprocessor.messageconsumer.self-service-api.groupId=receiver-id
45 blueprintsprocessor.messageconsumer.self-service-api.topic=receiver.t
46 blueprintsprocessor.messageconsumer.self-service-api.clientId=request-receiver-client-id
47 blueprintsprocessor.messageconsumer.self-service-api.pollMillSec=1000
48
49 # Kafka audit service Configurations
50 blueprintsprocessor.messageproducer.self-service-api.audit.kafkaEnable=false
51 blueprintsprocessor.messageproducer.self-service-api.audit.request.type=kafka-basic-auth
52 blueprintsprocessor.messageproducer.self-service-api.audit.request.bootstrapServers=127.0.0.1:9092
53 blueprintsprocessor.messageproducer.self-service-api.audit.request.clientId=audit-request-producer-client-id
54 blueprintsprocessor.messageproducer.self-service-api.audit.request.topic=audit-request-producer.t
55
56 blueprintsprocessor.messageproducer.self-service-api.audit.response.type=kafka-basic-auth
57 blueprintsprocessor.messageproducer.self-service-api.audit.response.bootstrapServers=127.0.0.1:9092
58 blueprintsprocessor.messageproducer.self-service-api.audit.response.clientId=audit-response-producer-client-id
59 blueprintsprocessor.messageproducer.self-service-api.audit.response.topic=audit-response-producer.t