Doc Rest source code
[ccsdk/cds.git] / ms / blueprintsprocessor / application / src / test / resources / application.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 # Web server config
19 server.port=8080
20 blueprintsprocessor.grpcEnable=false
21 blueprintsprocessor.httpPort=8080
22 blueprintsprocessor.grpcPort=9111
23 # Blueprint Processor File Execution and Handling Properties
24 blueprintsprocessor.blueprintDeployPath=/opt/app/onap/blueprints/deploy
25 blueprintsprocessor.blueprintArchivePath=/opt/app/onap/blueprints/archive
26 blueprintsprocessor.blueprintWorkingPath=/opt/app/onap/blueprints/work
27 # Primary Database Configuration
28 blueprintsprocessor.db.primary.url=jdbc:h2:mem:testdb;DB_CLOSE_ON_EXIT=FALSE
29 blueprintsprocessor.db.primary.username=sa
30 blueprintsprocessor.db.primary.password=
31 blueprintsprocessor.db.primary.driverClassName=org.h2.Driver
32 blueprintsprocessor.db.primary.hibernateHbm2ddlAuto=create-drop
33 blueprintsprocessor.db.primary.hibernateDDLAuto=update
34 blueprintsprocessor.db.primary.hibernateNamingStrategy=org.hibernate.cfg.ImprovedNamingStrategy
35 blueprintsprocessor.db.primary.hibernateDialect=org.hibernate.dialect.H2Dialect
36 # Python executor
37 blueprints.processor.functions.python.executor.executionPath=/opt/app/onap/scripts/jython/ccsdk_blueprints
38 blueprints.processor.functions.python.executor.modulePaths=/opt/app/onap/scripts/jython/ccsdk_blueprints
39
40 security.user.password: {bcrypt}$2a$10$duaUzVUVW0YPQCSIbGEkQOXwafZGwQ/b32/Ys4R1iwSSawFgz7QNu
41 security.user.name: ccsdkapps