Compare commits

...
2 Commits
2 changed files with 2840 additions and 4778 deletions
File diff suppressed because it is too large Load Diff
@@ -134,6 +134,7 @@ class workerRoute
'host' => gethostname(), 'host' => gethostname(),
'version' => '1.0.1', 'version' => '1.0.1',
'routes' => $router->countRoutes(), 'routes' => $router->countRoutes(),
'test' => 'Beta tests',
'redis' => [ 'redis' => [
'host' => $REDIS_CONFIG['host'], 'host' => $REDIS_CONFIG['host'],
'user' => $REDIS_CONFIG['user'], 'user' => $REDIS_CONFIG['user'],