Skip to content

Commit

Permalink
fix: replaced dash char in env name with underscore (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
empassaro authored Aug 9, 2024
1 parent 886c33d commit 6fce745
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ app_settings = {
"BACKOFF_COEFFICIENT" = "1"
"EVENT_HUB_BASE_PATH" = "https://selc-u-eventhub-ns.servicebus.windows.net",
"STANDARD_SHARED_ACCESS_KEY_NAME" = "selfcare-wo"
"EVENTHUB-SC-CONTRACTS-SELFCARE-WO-KEY-LC" = "string"
"EVENTHUB_SC_CONTRACTS_SELFCARE_WO_KEY_LC" = "string"
"STANDARD_TOPIC_NAME" = "SC-Contracts"
"SAP_SHARED_ACCESS_KEY_NAME" = "external-interceptor-wo"
"EVENTHUB-SC-CONTRACTS-SAP-SELFCARE-WO-KEY-LC" = "string"
"EVENTHUB_SC_CONTRACTS_SAP_SELFCARE_WO_KEY_LC" = "string"
"SAP_TOPIC_NAME" = "SC-Contracts-SAP"
"FD_SHARED_ACCESS_KEY_NAME" = "external-interceptor-wo"
"EVENTHUB-SC-CONTRACTS-FD-SELFCARE-WO-KEY-LC" = "string"
"EVENTHUB_SC_CONTRACTS_FD_SELFCARE_WO_KEY_LC" = "string"
"FD_TOPIC_NAME" = "Selfcare-FD"
"SAP_ALLOWED_INSTITUTION_TYPE" = "PA,GSP,SA,AS,SCP"
"SAP_ALLOWED_ORIGINS" = "IPA,SELC"
Expand Down

0 comments on commit 6fce745

Please sign in to comment.