bc4d56d5c0ff6bfc43b9f3cdcef9afa57c5befab
[externalapi/nbi.git] / src / main / resources / application-localhost.properties
1 #
2 #     Copyright (c) 2017 Orange.  All rights reserved.
3 #
4 #     Licensed under the Apache License, Version 2.0 (the "License");
5 #     you may not use this file except in compliance with the License.
6 #     You may obtain a copy of the License at
7 #
8 #         http://www.apache.org/licenses/LICENSE-2.0
9 #
10 #     Unless required by applicable law or agreed to in writing, software
11 #     distributed under the License is distributed on an "AS IS" BASIS,
12 #     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 #     See the License for the specific language governing permissions and
14 #     limitations under the License.
15 #
16
17 # LOGGING
18 logging.level.org.onap.nbi=INFO
19
20 # ONAP
21 onap.lcpCloudRegionId=RegionOne
22 onap.tenantId=31047205ce114b60833b23e400d6a535
23 onap.cloudOwner=CloudOwner
24
25 # NBI
26 nbi.url=http://127.0.0.1:8080/nbi/api/v1
27 nbi.callForVNF=false
28
29 # SDC
30 sdc.host=http://127.0.0.1:8090
31 sdc.header.ecompInstanceId=Rene
32 sdc.header.authorization=Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=
33
34 # AAI
35 aai.host=http://127.0.0.1:8090
36 aai.header.authorization=Basic QUFJOkFBSQ==
37 aai.api.id=AAI
38
39 # SO
40 so.host=http://127.0.0.1:8090
41 so.header.authorization=
42 so.api.id=SO
43
44 # MONGO
45 spring.data.mongodb.host=localhost
46 spring.data.mongodb.port=27017
47 spring.data.mongodb.database=ServiceOrderDB
48
49 # MYSQL
50 spring.datasource.testWhileIdle=true
51 spring.datasource.validationQuery=SELECT 1
52 spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
53 spring.datasource.url=jdbc:mariadb://localhost:3306/nbi
54 spring.jpa.show-sql=false
55 spring.datasource.username=root
56 spring.datasource.password=toto
57 spring.jpa.hibernate.ddl-auto=update
58 spring.jpa.hibernate.naming-strategy=org.hibernate.cfg.ImprovedNamingStrategy
59
60 # H2
61 # spring.datasource.url=jdbc:h2:mem:~/db
62 # spring.datasource.username=sa
63 # spring.datasource.password=
64 # spring.datasource.driver-class-name=org.h2.Driver
65 # spring.h2.console.enabled=true
66 # spring.h2.console.path=/h2-console