diff options
author | rb7147 <rb7147@att.com> | 2017-09-21 13:51:10 -0400 |
---|---|---|
committer | rb7147 <rb7147@att.com> | 2017-09-21 14:33:50 -0400 |
commit | 92a628e50e3b64f0f382a467405a12cc345f58bf (patch) | |
tree | 5bb86a8af7f9311685f7daeddee90bbb0e5bfdea /LogParser/parserlog.properties | |
parent | 94eaa7529fa3dd60eda311ac14da93b57f31f1e2 (diff) |
Added Junits for POLICY-SDK-APP
Issue-Id: POLICY-52
Change-Id: I439c95736f50fe9140e71cad5a598c5b5239161b
Signed-off-by: rb7147 <rb7147@att.com>
Diffstat (limited to 'LogParser/parserlog.properties')
-rw-r--r-- | LogParser/parserlog.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/LogParser/parserlog.properties b/LogParser/parserlog.properties index 4a5ecdb9c..66ce34d19 100644 --- a/LogParser/parserlog.properties +++ b/LogParser/parserlog.properties @@ -20,14 +20,14 @@ #Health Check Values RESOURCE_NAME=logparser_pap01 -javax.persistence.jdbc.driver=com.mysql.jdbc.Driver -javax.persistence.jdbc.url=jdbc:mysql://localhost:3306/onap_sdk +javax.persistence.jdbc.driver=org.mariadb.jdbc.Driver +javax.persistence.jdbc.url=jdbc:mariadb://localhost:3306/onap_sdk javax.persistence.jdbc.user=policy_user javax.persistence.jdbc.password=policy_user #Log Parser application values -JDBC_DRIVER=com.mysql.jdbc.Driver -JDBC_URL=jdbc:mysql://localhost:3306/log +JDBC_DRIVER=org.mariadb.jdbc.Driver +JDBC_URL=jdbc:mariadb://localhost:3306/log JDBC_USER=policy_user JDBC_PASSWORD=policy_user SERVER=https://localhost:9091/pap/ |