mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
Fork expose
This commit is contained in:
@@ -13,7 +13,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'default' => \App\Commands\ShareCurrentWorkingDirectoryCommand::class,
|
||||
'default' => NunoMaduro\LaravelConsoleSummary\SummaryCommand::class,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
@@ -13,8 +13,8 @@ return [
|
||||
|
|
||||
*/
|
||||
'servers' => [
|
||||
'main' => [
|
||||
'host' => 'sharedwithexpose.com',
|
||||
'free' => [
|
||||
'host' => 'bitinflow.dev',
|
||||
'port' => 443,
|
||||
],
|
||||
],
|
||||
@@ -32,7 +32,7 @@ return [
|
||||
| if available.
|
||||
|
|
||||
*/
|
||||
'server_endpoint' => 'https://expose.dev/api/servers',
|
||||
'server_endpoint' => 'https://bitinflow.dev/api/servers',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -43,7 +43,7 @@ return [
|
||||
| or the servers endpoint above.
|
||||
|
|
||||
*/
|
||||
'default_server' => 'main',
|
||||
'default_server' => 'free',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user