Skip to content

Commit

Permalink
Move last couple files and added README
Browse files Browse the repository at this point in the history
Per review comment

Signed-off-by: Lee Surprenant <[email protected]>
  • Loading branch information
lmsurpre committed Dec 3, 2021
1 parent 8806825 commit 0fafef4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
<connectionManager maxPoolSize="50" minPoolSize="10"/>
</dataSource>

<batchPersistence jobStoreRef="BatchDatabaseStore"/>
<databaseStore id="BatchDatabaseStore" dataSourceRef="fhirbatchDS" schema="${BATCH_DB_SCHEMA}" tablePrefix="" createTables="false"/>
<batchPersistence jobStoreRef="BatchDatabaseStore"/>
<databaseStore id="BatchDatabaseStore" dataSourceRef="fhirbatchDS" schema="${BATCH_DB_SCHEMA}" tablePrefix="" createTables="false"/>
</server>
1 change: 1 addition & 0 deletions fhir-server/liberty-config/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Contents have been moved to fhir-server-webapp/src/main/liberty/config for compatibility with the Liberty maven plugin.

0 comments on commit 0fafef4

Please sign in to comment.