Skip to content

Commit

Permalink
Add APIM base path (#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
kin0992 authored Sep 26, 2024
1 parent a6b36ce commit cfbcb6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common/_modules/app_backend/app_settings.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ locals {
IO_SIGN_API_BASE_PATH = "/api/v1/sign"
LOLLIPOP_API_BASE_PATH = "/api/v1"
TRIAL_SYSTEM_API_BASE_PATH = "/api/v1"
TRIAL_SYSTEM_APIM_BASE_PATH = "/manage/api/v1"
IO_WALLET_API_BASE_PATH = "/api/v1/wallet"

// REDIS
Expand Down Expand Up @@ -273,4 +274,4 @@ locals {
SERVICES_APP_BACKEND_API_URL = "https://${var.backend_hostnames.services_app_backend}"
SERVICES_APP_BACKEND_API_BASE_PATH = "/api/v1"
}
}
}

0 comments on commit cfbcb6d

Please sign in to comment.