We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66bc4e2 commit fe32c07Copy full SHA for fe32c07
appengine/wordpress/src/WordPressSetup.php
@@ -45,10 +45,19 @@ class WordPressSetup extends Command
45
const DEFAULT_DB_REGION = 'us-central1';
46
47
private static $availableDbRegions = array(
48
+ 'us-central',
49
'us-central1',
50
'us-east1',
51
+ 'us-east4',
52
+ 'us-west1',
53
+ 'southamerica-east1',
54
'europe-west1',
55
+ 'europe-west2',
56
+ 'europe-west3',
57
'asia-east1',
58
+ 'asia-northeast1',
59
+ 'asia-south1',
60
+ 'australia-southeast1',
61
);
62
63
protected function configure()
0 commit comments