Skip to content

Commit

Permalink
Merge pull request #7 from hotwax/remove-datasource
Browse files Browse the repository at this point in the history
Commented the Datasource defination
  • Loading branch information
dixitdeepak authored Aug 28, 2024
2 parents b383878 + 701d7e7 commit 9907d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MoquiConf.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!-- No copyright or license for configuration file, details here are not considered a creative work. -->
<moqui-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-3.xsd">
<default-property name="bi_entity_ds_db_conf" value="mysql8"/>
<!-- <default-property name="bi_entity_ds_db_conf" value="mysql8"/>
<default-property name="bi_entity_ds_host" value="127.0.0.1"/>
<default-property name="bi_entity_ds_user" value="root"/>
<default-property name="bi_entity_ds_password" value="123456"/>
Expand All @@ -21,5 +21,5 @@
databaseName="${bi_entity_ds_database}" user="${bi_entity_ds_user}" password="${bi_entity_ds_password}"/>
</inline-jdbc>
</datasource>
</entity-facade>
</entity-facade> -->
</moqui-conf>

0 comments on commit 9907d59

Please sign in to comment.