Skip to content

Commit

Permalink
update all of the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Niessner authored and Al Niessner committed Feb 9, 2024
1 parent 3b905ef commit f7d8a7c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions src/main/resources/conf/examples/bundles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@

<!-- Registry configuration -->
<!-- UPDATE with your registry information -->
<registry index="registry" auth="/path/to/auth/file">
<server_url>http://localhost:9200</server_url>
</registry>
<registry auth="/path/to/auth/file">app://localhost.xml</registry>

<!--
* List of one or more PDS4 bundle folders. The "versions" attribute is optional.
Expand Down
4 changes: 1 addition & 3 deletions src/main/resources/conf/examples/directories.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
<!-- Registry configuration -->
<!-- UPDATE with your registry information -->

<registry auth="/path/to/auth/file">
<server_url>http://localhost:9200</server_url>
</registry>
<registry auth="/path/to/auth/file">app://localhost.xml</registry>

<load>
<directories>
Expand Down
4 changes: 1 addition & 3 deletions src/main/resources/conf/examples/files.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@

<!-- Registry configuration -->
<!-- UPDATE with your registry information -->
<registry auth="/path/to/auth/file" index="registry">
<server_url>http://localhost:9200</server_url>
</registry>
<registry auth="/path/to/auth/file">app://localhost.xml</registry>

<load>
<files>
Expand Down
4 changes: 1 addition & 3 deletions src/main/resources/conf/examples/xpaths.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
<xpathMap rootElement="Product_Observational" filePath="observational.xml" />
</xpathMaps>

<registry auth="/path/to/auth/file" index="registry">
<cognito_client_id>jdoawierllksjdfkla</cognito_client_id>
</registry>
<registry auth="/path/to/auth/file">app://cognito.xml</registry>

</harvest>

0 comments on commit f7d8a7c

Please sign in to comment.