blob: a41fc4cbcce6b52911a2e6177bd246a71b992e16 [file] [log] [blame]
Pamela Dragosh91d04c62017-02-14 19:41:00 -05001###
2# ============LICENSE_START=======================================================
3# LogParser
4# ================================================================================
pa834yc1b69df2019-03-26 14:29:38 -04005# Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
Pamela Dragosh91d04c62017-02-14 19:41:00 -05006# ================================================================================
7# Licensed under the Apache License, Version 2.0 (the "License");
8# you may not use this file except in compliance with the License.
9# You may obtain a copy of the License at
10#
11# http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
18# ============LICENSE_END=========================================================
19###
20
21#Health Check Values
22RESOURCE_NAME=logparser_pap01
rb714792a628e2017-09-21 13:51:10 -040023javax.persistence.jdbc.driver=org.mariadb.jdbc.Driver
24javax.persistence.jdbc.url=jdbc:mariadb://localhost:3306/onap_sdk
Pamela Dragosh91d04c62017-02-14 19:41:00 -050025javax.persistence.jdbc.user=policy_user
guangxingwang9b323f12018-02-05 14:01:00 -060026#javax.persistence.jdbc.password=policy_user
27javax.persistence.jdbc.password=Za2Xy8XOo9wn8V1EetPgoQ==
Pamela Dragosh91d04c62017-02-14 19:41:00 -050028
29#Log Parser application values
rb714792a628e2017-09-21 13:51:10 -040030JDBC_DRIVER=org.mariadb.jdbc.Driver
31JDBC_URL=jdbc:mariadb://localhost:3306/log
Pamela Dragosh91d04c62017-02-14 19:41:00 -050032JDBC_USER=policy_user
guangxingwang9b323f12018-02-05 14:01:00 -060033#JDBC_PASSWORD=policy_user
34JDBC_PASSWORD=Za2Xy8XOo9wn8V1EetPgoQ==
Pamela Dragosh91d04c62017-02-14 19:41:00 -050035SERVER=https://localhost:9091/pap/
36LOGTYPE=PAP
37LOGPATH=C:\\Workspaces\\HealthCheck\\pap-rest.log
38PARSERLOGPATH=parserlog.log
39node_type=logparser
40site_name=site_1
pa834yc1b69df2019-03-26 14:29:38 -040041
42# AES key for password encryption in config files
43#org.onap.policy.encryption.aes.key=12345678901234567890123456789012