Переработка под iptvc
This commit is contained in:
16
config/cache.php
Normal file
16
config/cache.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright (c) 2025, Антон Аксенов
|
||||
* This file is part of iptv.axenov.dev web interface
|
||||
* MIT License: https://git.axenov.dev/IPTV/web/src/branch/master/LICENSE
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'host' => env('CACHE_HOST', 'keydb'),
|
||||
'port' => int(env('CACHE_PORT', 6379)),
|
||||
'password' => env('CACHE_PASSWORD'),
|
||||
'db' => int(env('CACHE_DB', 0)),
|
||||
'ttl' => int(env('CACHE_TTL', 600)),
|
||||
];
|
||||
Reference in New Issue
Block a user