Skip to content

Commit

Permalink
Tweak config.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed May 14, 2019
1 parent cf5583f commit a309796
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/swarm.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
| Define the server configuration including port number, SSL support etc.
|
*/

'server' => [
'host' => env('SWARM_SERVER_HOST', '127.0.0.1'),
'port' => env('SWARM_SERVER_PORT', 8085),
Expand Down Expand Up @@ -48,6 +49,7 @@
| This array contains the hosts of which you want to allow incoming requests.
| Leave this empty if you want to accept requests from all hosts.
*/

'allowed_origins' => [
//
],
Expand All @@ -59,5 +61,6 @@
|
| The maximum request size in kilobytes that is allowed for an incoming WebSocket request.
*/

'max_request_size_in_kb' => 250,
];

0 comments on commit a309796

Please sign in to comment.