Skip to content

Commit

Permalink
Merge pull request #1038 from hmcts/configure-cdam
Browse files Browse the repository at this point in the history
Configure cdam
  • Loading branch information
banderous authored Nov 15, 2023
2 parents 7a50582 + f44cd5a commit 0d63a65
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ private static void setConfigProperties() {
// Used by AAC manage case assignment
System.setProperty("CASE_DATA_STORE_BASE_URL", "http://localhost:4452");
System.setProperty("CCD_DEFINITION_STORE_API_BASE_URL", "http://localhost:4451");

System.setProperty("CASE_DOCUMENT_AM_URL", "http://localhost:4455");
}


Expand Down

0 comments on commit 0d63a65

Please sign in to comment.