mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
feat: Config option to set default protocol to https (#110)
* feat: Config option to set default protocol to https * style: Fix for StyleCI
This commit is contained in:
@@ -55,6 +55,18 @@ return [
|
||||
*/
|
||||
'default_tld' => 'test',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Default HTTPS
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Whether to use HTTPS as a default when sharing your local sites. Expose
|
||||
| will try to look up the protocol if you are using Laravel Valet
|
||||
| automatically. Otherwise you can specify it here manually.
|
||||
|
|
||||
*/
|
||||
'default_https' => false,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Maximum Logged Requests
|
||||
|
||||
Reference in New Issue
Block a user