Skip to content

Commit fe1ecc3

Browse files
authored
Update WordPressSetup.php
1 parent 3d26383 commit fe1ecc3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

appengine/wordpress/src/WordPressSetup.php

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,14 @@ class WordPressSetup extends Command
4040
const FLEXIBLE_ENV = 'Flexible Environment';
4141
const STANDARD_ENV = 'Standard Environment';
4242

43-
const DEFAULT_DB_REGION = 'us-central1';
43+
const DEFAULT_DB_REGION = 'asia-northeast1';
4444

4545
private static $availableDbRegions = array(
4646
'us-central1',
4747
'us-east1',
4848
'europe-west1',
4949
'asia-east1',
50+
'asia-northeast1',
5051
);
5152

5253
protected function configure()
@@ -327,10 +328,10 @@ protected function execute(InputInterface $input, OutputInterface $output)
327328
);
328329

329330
$keys = array(
330-
'project_id' => '',
331-
'db_instance' => 'wp',
332-
'db_name' => 'wp',
333-
'db_user' => 'wp',
331+
'project_id' => 'appeginner',
332+
'db_instance' => 'sql-appeginner',
333+
'db_name' => 'wplms',
334+
'db_user' => 'wplms',
334335
'db_password' => '',
335336
);
336337
if ($env === self::STANDARD_ENV) {

0 commit comments

Comments
 (0)