feat: add PHP ini management system and update infrastructure configs
- Add PHP ini management classes (Access, IniDirective, IniKey, PhpIni) - Update deployment configurations (Wireguard, Traefik, Monitoring) - Add DNS stack and Ansible role - Add deployment debugging playbooks - Update framework components (FilePath, RedisConnectionPool) - Update .gitignore and documentation
This commit is contained in:
@@ -23,6 +23,7 @@ final class RedisConnectionPool
|
||||
*/
|
||||
public function registerConnection(string $name, RedisConfig $config): void
|
||||
{
|
||||
var_dump("<pre>", $config);
|
||||
$this->configs[$name] = $config;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user