add more regions

This commit is contained in:
Asim Aslam
2021-12-16 12:45:49 +00:00
parent f9e539ad88
commit 3d8f09bc89

View File

@@ -39,7 +39,7 @@ type GoogleApp struct {
var ( var (
// hardcoded list of supported regions // hardcoded list of supported regions
GoogleRegions = []string{"europe-west1", "us-east1", "us-west1"} GoogleRegions = []string{"asia-east1", "europe-west1", "us-central1", "us-east1", "us-west1"}
// hardcoded list of valid repos // hardcoded list of valid repos
GitRepos = []string{"github.com", "gitlab.org", "bitbucket.org"} GitRepos = []string{"github.com", "gitlab.org", "bitbucket.org"}