Skip to content

Commit

Permalink
use-catalog-process: Fix configs
Browse files Browse the repository at this point in the history
  • Loading branch information
galales committed Apr 11, 2024
1 parent a8b1bb1 commit efc927a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/it/resources/application-it.conf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ notifier {
services {
agreement-management = "http://localhost"
purpose-management = "http://localhost"
catalog-management = "http://localhost"
catalog-process = "http://localhost"
}
dynamo {
notification-table-name = "a_table"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-standalone.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ notifier {
services {
agreement-management = ${AGREEMENT_MANAGEMENT_URL}
purpose-management = ${PURPOSE_MANAGEMENT_URL}
catalog-management = ${CATALOG_MANAGEMENT_URL}
catalog-process = ${CATALOG_PROCESS_URL}
}

dynamo {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ notifier {
services {
agreement-management = ${AGREEMENT_MANAGEMENT_URL}
purpose-management = ${PURPOSE_MANAGEMENT_URL}
catalog-management = ${CATALOG_MANAGEMENT_URL}
catalog-process = ${CATALOG_PROCESS_URL}
}
dynamo {
notification-table-name = ${NOTIFICATION_DYNAMO_TABLE_NAME}
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/application-test.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ notifier {
services {
agreement-management = ${AGREEMENT_MANAGEMENT_URL}
purpose-management = ${PURPOSE_MANAGEMENT_URL}
catalog-management = ${CATALOG_MANAGEMENT_URL}
catalog-process = ${CATALOG_PROCESS_URL}
}

dynamo {
Expand Down

0 comments on commit efc927a

Please sign in to comment.