mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-29 03:10:51 +00:00
websockets:install description redefined
This commit is contained in:
@@ -23,7 +23,7 @@ class SetupWebsocketEnvironment extends Command
|
|||||||
public function handle(): void
|
public function handle(): void
|
||||||
{
|
{
|
||||||
// Get allowed origins
|
// Get allowed origins
|
||||||
$origins = $this->ask('Type host of which you want to allow incoming requests. If you want to accept multiple hosts, separate them with comma(,)');
|
$origins = $this->ask('Type the host of your VueFileManager front-end application to allow connection with your websocket server. If you want to accept multiple hosts, separate them with comma(,)');
|
||||||
|
|
||||||
// Store origins to the .env file
|
// Store origins to the .env file
|
||||||
setEnvironmentValue([
|
setEnvironmentValue([
|
||||||
|
|||||||
Reference in New Issue
Block a user