Allow overriding DNS server. Set DNS if internal docker host is being shared

This commit is contained in:
Marcel Pociot
2021-03-02 16:39:51 +01:00
parent 986428fe00
commit 5c141986fe
4 changed files with 23 additions and 3 deletions

View File

@@ -29,6 +29,18 @@ return [
*/
'port' => 443,
/*
|--------------------------------------------------------------------------
| DNS
|--------------------------------------------------------------------------
|
| The DNS server to use when resolving the shared URLs.
| When Expose is running from within Docker containers, you should set this to
| `true` to fall-back to the system default DNS servers.
|
*/
'dns' => '127.0.0.1',
/*
|--------------------------------------------------------------------------
| Auth Token