mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
fix regions
This commit is contained in:
@@ -39,7 +39,7 @@ type GoogleApp struct {
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
// hardcoded list of supported regions
|
// hardcoded list of supported regions
|
||||||
GoogleRegions = []string{"asia-east1", "europe-west1", "us-central1", "us-east1", "us-west1"}
|
GoogleRegions = []string{"europe-west1", "us-central1", "us-east1", "us-west1", "asia-east1"}
|
||||||
|
|
||||||
// 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"}
|
||||||
|
|||||||
Reference in New Issue
Block a user