Skip to content

Commit

Permalink
OHRI-1952: Fix OHRI Mamba Reference Module - added mambaetl analysis …
Browse files Browse the repository at this point in the history
…db connection props
  • Loading branch information
Amos Laboso committed Nov 1, 2023
1 parent b0b63a7 commit ecfab0a
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<config>
<globalProperties>
<globalProperty>
<property>mambaetl.analysis.db.url</property>
<value>jdbc:mysql://localhost:3306/analysis_db?autoReconnect=true</value>
<description>JDBC Connection string</description>
</globalProperty>
<globalProperty>
<property>mambaetl.analysis.db.username</property>
<value>mamba</value>
<description>MambaETL username</description>
</globalProperty>
<globalProperty>
<property>mambaetl.analysis.db.password</property>
<value>p</value>
<description>MambaETL user password</description>
</globalProperty>
<globalProperty>
<property>mambaetl.analysis.db.driver</property>
<value>com.mysql.jdbc.Driver</value>
<description>MambaETL JDBC driver</description>
</globalProperty>
</globalProperties>
</config>

0 comments on commit ecfab0a

Please sign in to comment.