Skip to content

Commit

Permalink
feat: add Canada to dataCenter
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcHenriot committed Apr 10, 2024
1 parent cf395eb commit 5876762
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site24x7/data_center.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ var dataCenter = map[string]DataCenter{
site24x7APIBaseURL: "https://www.site24x7.jp//api",
zohoAccountsTokenURL: "https://accounts.zoho.jp/oauth/v2/token",
},
"CA": {
displayName: "Canada",
code: "CA",
site24x7APIBaseURL: "https://www.site24x7.ca/api",
zohoAccountsTokenURL: "https://accounts.zohocloud.ca/oauth/v2/token",
},
}

type DataCenter struct {
Expand Down

0 comments on commit 5876762

Please sign in to comment.