This commit is contained in:
Marcel Pociot
2021-06-17 13:17:32 +02:00
parent 7742658527
commit 19606a78af
16 changed files with 470 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ return [
|
*/
'servers' => [
'default' => [
'main' => [
'host' => 'sharedwithexpose.com',
'port' => 443,
],
@@ -32,7 +32,18 @@ return [
| if available.
|
*/
'server_endpoint' => 'https://expose.beyondco.de/api/expose/servers',
'server_endpoint' => 'https://expose.beyondco.de/api/servers',
/*
|--------------------------------------------------------------------------
| Default Server
|--------------------------------------------------------------------------
|
| The default server from the servers array,
| or the servers endpoint above.
|
*/
'default_server' => 'main',
/*
|--------------------------------------------------------------------------
@@ -60,6 +71,20 @@ return [
*/
'auth_token' => '',
/*
|--------------------------------------------------------------------------
| Default Domain
|--------------------------------------------------------------------------
|
| The custom domain to use when sharing sites with Expose.
| You can register your own custom domain using Expose Pro
| Learn more at: https://expose.beyondco.de/docs/TODO
|
| > expose default-domain YOUR-CUSTOM-WHITELABEL-DOMAIN
|
*/
'default_domain' => null,
/*
|--------------------------------------------------------------------------
| Default TLD