Renaming Files having BluePrint to have Blueprint
[ccsdk/cds.git] / ms / blueprintsprocessor / application / src / main / resources / application-local.yml
1 appName: ControllerBlueprints
2 appVersion: 1.0.0
3 blueprints:
4     processor:
5         functions:
6             python:
7                 executor:
8                     executionPath: ./components/scripts/python/ccsdk_blueprints
9                     modulePaths: ./components/scripts/python/ccsdk_blueprints,./components/scripts/python/ccsdk_netconf,./components/scripts/python/ccsdk_restconf
10 blueprintsprocessor:
11     blueprintArchivePath: /tmp/cds/archive
12     blueprintDeployPath: /tmp/cds/deploy
13     blueprintWorkingPath: /tmp/cds/work
14     db:
15         primary:
16             driverClassName: org.mariadb.jdbc.Driver
17             hibernateDDLAuto: none
18             hibernateDialect: org.hibernate.dialect.MySQL5InnoDBDialect
19             hibernateHbm2ddlAuto: update
20             hibernateNamingStrategy: org.hibernate.cfg.ImprovedNamingStrategy
21             password: sdnctl
22             url: jdbc:mysql://localhost:3306/sdnctl
23             username: sdnctl
24     grpcEnable: false
25     grpcPort: 9111
26     httpPort: 8080
27     loadModelType: false
28     loadResourceDictionary: false
29     messageclient:
30         self-service-api:
31             bootstrapServers: 127.0.0.1:9092
32             clientId: default-client-id
33             consumerTopic: receiver.t
34             groupId: receiver-id
35             kafkaEnable: false
36             topic: producer.t
37             type: kafka-basic-auth
38     remoteScriptCommand:
39         enabled: true
40     restclient:
41         sdnc:
42             password: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
43             type: basic-auth
44             url: http://localhost:8282
45             username: admin
46     restconfEnabled: true
47 controllerblueprints:
48     loadInitialData: true
49 logging:
50     level:
51         org:
52             springframework:
53                 boot:
54                     context:
55                         config: debug
56 ms_name: org.onap.ccsdk.apps.controllerblueprints
57 spring:
58     datasource:
59         password: sdnctl
60         url: jdbc:mysql://localhost:3306/sdnctl
61         username: sdnctl
62     security:
63         user:
64             name: ccsdkapps
65             password: '{bcrypt}$2a$10$duaUzVUVW0YPQCSIbGEkQOXwafZGwQ/b32/Ys4R1iwSSawFgz7QNu'