9d1c957b8ff8d9fb2b323f8d17ab566881e9f0c8
[oom.git] / kubernetes / cds / charts / blueprints-processor / resources / config / application.properties
1 #  Copyright (c) 2019 IBM, Bell Canada.\r
2 #\r
3 #  Licensed under the Apache License, Version 2.0 (the "License");\r
4 #  you may not use this file except in compliance with the License.\r
5 #  You may obtain a copy of the License at\r
6 #\r
7 #      http://www.apache.org/licenses/LICENSE-2.0\r
8 #\r
9 #  Unless required by applicable law or agreed to in writing, software\r
10 #  distributed under the License is distributed on an "AS IS" BASIS,\r
11 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
12 #  See the License for the specific language governing permissions and\r
13 #  limitations under the License.\r
14 #logging.level.web=DEBUG\r
15 appName={{.Values.config.applicationName}}\r
16 ms_name={{.Values.config.msName}}\r
17 appVersion={{.Values.config.bundleVersion}}\r
18 blueprintsprocessor.grpcEnable={{.Values.config.grpcEnabled}}\r
19 blueprintsprocessor.httpPort={{.Values.service.http.internalPort}}\r
20 blueprintsprocessor.grpcPort={{.Values.service.grpc.internalPort}}\r
21 #Blueprint Processor File Execution and Handling Properties\r
22 blueprintsprocessor.blueprintDeployPath=/opt/app/onap/blueprints/deploy\r
23 blueprintsprocessor.blueprintArchivePath=/opt/app/onap/blueprints/archive\r
24 #Primary Database Configuration\r
25 blueprintsprocessor.db.primary.url=jdbc:mysql://blueprints-processor-db:3306/sdnctl\r
26 blueprintsprocessor.db.primary.username=sdnctl\r
27 blueprintsprocessor.db.primary.password=sdnctl\r
28 blueprintsprocessor.db.primary.driverClassName=org.mariadb.jdbc.Driver\r
29 blueprintsprocessor.db.primary.hibernateHbm2ddlAuto=update\r
30 blueprintsprocessor.db.primary.hibernateDDLAuto=update\r
31 blueprintsprocessor.db.primary.hibernateNamingStrategy=org.hibernate.cfg.ImprovedNamingStrategy\r
32 blueprintsprocessor.db.primary.hibernateDialect=org.hibernate.dialect.MySQL5InnoDBDialect\r
33 # Web server config\r
34 server.port=8080