a.sreekumar | 2070574 | 2020-02-14 12:03:33 +0000 | [diff] [blame] | 1 | # Copyright 2020 AT&T Intellectual Property. All rights reserved |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
| 15 | JAVA_HOME=/usr/local/openjdk-11 |
| 16 | POLICY_HOME=/opt/app/policy |
| 17 | POLICY_LOGS=/var/log/onap |
| 18 | KEYSTORE_PASSWD=Pol1cy_0nap |
| 19 | TRUSTSTORE_PASSWD=Pol1cy_0nap |
| 20 | |
| 21 | JDBC_DRIVER=org.mariadb.jdbc.Driver |
| 22 | JDBC_URL=jdbc:mariadb://mariadb:3306/onap_sdk?connectTimeout=30000&socketTimeout=60000&log=true&sessionVariables=max_statement_time=30 |
| 23 | JDBC_LOG_URL=jdbc:mariadb://mariadb:3306/log?connectTimeout=30000&socketTimeout=60000&log=true&sessionVariables=max_statement_time=30 |
| 24 | JDBC_USER=policy_user |
| 25 | JDBC_PASSWORD=policy_user |
| 26 | |
| 27 | site_name=site_1 |
| 28 | fp_monitor_interval=30 |
| 29 | failed_counter_threshold=3 |
| 30 | test_trans_interval=20 |
| 31 | write_fpc_interval=5 |
| 32 | max_fpc_update_interval=60 |
| 33 | test_via_jmx=false |
| 34 | jmx_fqdn= |
| 35 | |
| 36 | AAF_NAMESPACE=org.onap.policy |
| 37 | AAF_HOST=aaf.api.simpledemo.onap.org |
| 38 | |
| 39 | ENVIRONMENT=TEST |
| 40 | |
| 41 | #Micro Service Model Properties |
| 42 | policy_msOnapName= |
| 43 | policy_msPolicyName= |