Initial commit
This commit is contained in:
13
bin/mercureactd
Executable file
13
bin/mercureactd
Executable file
@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
use NoccyLabs\Mercureact\Configuration;
|
||||
use NoccyLabs\Mercureact\Daemon;
|
||||
|
||||
require_once __DIR__."/../vendor/autoload.php";
|
||||
|
||||
$config = Configuration::createDefault()
|
||||
->setJwtSecret("!ChangeThisMercureHubJWTSecretKey!");
|
||||
|
||||
$daemon = new Daemon($config);
|
||||
$daemon->start();
|
Reference in New Issue
Block a user