implement build-in gemini server

This commit is contained in:
yggverse 2024-04-20 14:54:23 +03:00
parent d297b16523
commit 7275ecdacd
7 changed files with 300 additions and 9 deletions

View file

@ -15,7 +15,7 @@ if (false === sem_acquire($semaphore, true))
// Init config
$config = json_decode(
file_get_contents(
__DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'config.json'
__DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'crawler.json'
)
);