Skip to content

Commit

Permalink
UUID generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Judilson committed Jun 15, 2018
1 parent 49392fc commit b016eb2
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions pivot4j-analytics/src/main/webapp/WEB-INF/pivot4j-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,17 @@
<property name="JdbcPassword">P247Yjdb</property>
<property name="DynamicSchemaProcessor">org.pivot4j.analytics.util.Dsp</property>
<property name="Catalog">file:${webRoot}${FS}GiexCubosMongo.xml</property>
<property name="Jdbc">jdbc:mongodb://jjunior:DesenvJJunior*!"@173.22.21.29:27027/giex</property>
<property name="JdbcDrivers">net.sf.mongodb_jdbc.MongoDbDriver</property>
<property name="DynamicSchemaProcessor">org.pivot4j.analytics.util.Dsp</property>
-->

<property name="Catalog">file:${webRoot}${FS}GiexCubosMongo.xml</property>
<property name="Jdbc">jdbc:drill:drillbit=hadoop1.intra.local;schema=mongo</property>
<property name="JdbcDrivers">org.apache.drill.jdbc.Driver</property>
<property name="DynamicSchemaProcessor">org.pivot4j.analytics.util.Dsp</property>
-->

<property name="Catalog">file:${webRoot}${FS}GiexCubosOracle.xml</property>
<property name="Jdbc">jdbc:oracle:thin:@giex-scan.intra.local:1521/GIEXPROD</property>
<property name="JdbcDrivers">oracle.jdbc.OracleDriver</property>
<property name="JdbcUser">giex_reportserver</property>
<property name="JdbcPassword">?806y*report</property>
<property name="DynamicSchemaProcessor">org.pivot4j.analytics.util.Dsp</property>

</properties>
Expand Down

0 comments on commit b016eb2

Please sign in to comment.