Added makefile, cleanup

This commit is contained in:
2024-03-11 01:05:09 +01:00
parent 138c3b6420
commit 56ddab0cd5
4 changed files with 23 additions and 15 deletions

View File

@ -7,6 +7,7 @@ use NoccyLabs\Mercureact\Daemon;
require_once __DIR__."/../vendor/autoload.php";
$config = Configuration::createDefault()
->setAllowAnonymousSubscribe(true)
->setJwtSecret("!ChangeThisMercureHubJWTSecretKey!");
$daemon = new Daemon($config);