Update RPC host definitions for coffee.com and teapot.com
Some checks are pending
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / release_executable (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
Some checks are pending
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / release_executable (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
This commit is contained in:
parent
7fbc6706a6
commit
508d82cf92
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
// coffee.com
|
||||
define('COFFEE_DOMAIN', 'coffee.com');
|
||||
define('COFFEE_RPC_HOST', '127.0.0.0');
|
||||
define('COFFEE_RPC_HOST', '172.17.0.1');
|
||||
define('COFFEE_RPC_PORT', 8086);
|
||||
define('COFFEE_RPC_SSL', false);
|
||||
define('COFFEE_PUBLIC_KEY', file_get_contents($dockerTestPath . 'coffee' . DIRECTORY_SEPARATOR . 'signature.pub'));
|
||||
|
@ -40,7 +40,7 @@
|
|||
|
||||
// teapot.com
|
||||
define('TEAPOT_DOMAIN', 'teapot.com');
|
||||
define('TEAPOT_RPC_HOST', '127.0.0.0');
|
||||
define('TEAPOT_RPC_HOST', '172.17.0.1');
|
||||
define('TEAPOT_RPC_PORT', 8087);
|
||||
define('TEAPOT_RPC_SSL', false);
|
||||
define('TEAPOT_PUBLIC_KEY', file_get_contents($dockerTestPath . 'teapot' . DIRECTORY_SEPARATOR . 'signature.pub'));
|
||||
|
|
Loading…
Add table
Reference in a new issue