Add support for mock servers and DNS mocking.
This commit is contained in:
parent
bfe8064a94
commit
e784137480
2 changed files with 59 additions and 1 deletions
|
@ -42,6 +42,9 @@
|
|||
$config->setDefault('instance.name', "Socialbox Server");
|
||||
$config->setDefault('instance.domain', null);
|
||||
$config->setDefault('instance.rpc_endpoint', null);
|
||||
// DNS Mocking Configuration, usually used for testing purposes
|
||||
// Allows the user to mock a domain to use a specific TXT record
|
||||
$config->setDefault('instance.dns_mocks', []);
|
||||
|
||||
// Security Configuration
|
||||
$config->setDefault('security.display_internal_exceptions', false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue