d18b7001084757e552865025a00928275bcb922d
[ccsdk/cds.git] / ms / blueprintsprocessor / modules / inbounds / selfservice-api / src / test / resources / application-test.properties
1 #
2 # Copyright © 2017-2018 AT&T Intellectual Property.
3 #
4 # Modifications Copyright © 2019 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 # Python executor
32 blueprints.processor.functions.python.executor.executionPath=./../../../../components/scripts/python/ccsdk_blueprints
33 blueprints.processor.functions.python.executor.modulePaths=./../../../../components/scripts/python/ccsdk_blueprints
34
35 # Kafka-message-lib Configuration
36 blueprintsprocessor.messageconsumer.self-service-api.kafkaEnable=false
37 blueprintsprocessor.messageconsumer.self-service-api.type=kafka-basic-auth
38 blueprintsprocessor.messageconsumer.self-service-api.bootstrapServers=127.0.0.1:9092
39 blueprintsprocessor.messageconsumer.self-service-api.topic=receiver.t
40 blueprintsprocessor.messageconsumer.self-service-api.groupId=receiver-id
41 blueprintsprocessor.messageconsumer.self-service-api.clientId=default-client-id
42 blueprintsprocessor.messageconsumer.self-service-api.pollMillSec=10
43
44 blueprintsprocessor.messageproducer.self-service-api.type=kafka-basic-auth
45 blueprintsprocessor.messageproducer.self-service-api.bootstrapServers=127.0.0.1:9092
46 blueprintsprocessor.messageproducer.self-service-api.clientId=default-client-id
47 blueprintsprocessor.messageproducer.self-service-api.topic=producer.t