Skip to content

Commit fe32c07

Browse files
miya0001bshaffer
authored andcommitted
add more region options for wordpress (GoogleCloudPlatform#596)
1 parent 66bc4e2 commit fe32c07

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

appengine/wordpress/src/WordPressSetup.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,19 @@ class WordPressSetup extends Command
4545
const DEFAULT_DB_REGION = 'us-central1';
4646

4747
private static $availableDbRegions = array(
48+
'us-central',
4849
'us-central1',
4950
'us-east1',
51+
'us-east4',
52+
'us-west1',
53+
'southamerica-east1',
5054
'europe-west1',
55+
'europe-west2',
56+
'europe-west3',
5157
'asia-east1',
58+
'asia-northeast1',
59+
'asia-south1',
60+
'australia-southeast1',
5261
);
5362

5463
protected function configure()

0 commit comments

Comments
 (0)