Skip to content

Commit 2a90adf

Browse files
committed
B2B-1776: Update Integration Test Framework to Support Integration Tests Builds to Work Against Actual Aurora Db
1 parent 3854d90 commit 2a90adf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

dev/tests/integration/etc/post-install-setup-command-config.php.dist

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
return [
99
/*
1010
[
11-
'command' => 'maintenance:allow-ips',
12-
'127.0.0.1',
13-
'add' => true,
11+
'command' => 'setup:db-schema:add-slave',
12+
'host' => 'localhost',
13+
'dbname' => 'db-replica-dbname',
14+
'username' => 'db-replica-username',
15+
'password' => 'db-replica-password',
1416
]
1517
*/
1618
];

0 commit comments

Comments
 (0)