Compare commits
No commits in common. "cb517934a3a44f154b8168e3f16043d0c2bedc61" and "64a2b6ee34447885b6bcf3feb803e2db436087f8" have entirely different histories.
cb517934a3
...
64a2b6ee34
|
@ -17,11 +17,12 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
baseURLStag = "https://gw.viettelpost.vn"
|
||||
baseURLAuthStag = "https://dws-sso.viettelpost.vn"
|
||||
baseURLStag = "https://stg-gw.viettelpost.vn"
|
||||
baseURLAuthStag = "https://stg-keycloak.viettelpost.vn"
|
||||
|
||||
baseURLProd = "https://gw.viettelpost.vn"
|
||||
baseURLAuthProd = "https://dws-sso.viettelpost.vn"
|
||||
// TODO: update prod url
|
||||
baseURLProd = ""
|
||||
baseURLAuthProd = ""
|
||||
|
||||
pathAuth = "/realms/wms/protocol/openid-connect/token"
|
||||
pathUpdateORLogisticInfo = "/wms-core/api/v1/obms/outbound-request/outbound-request-partner/%s"
|
||||
|
|
Loading…
Reference in New Issue