feat: add Redis connection diagnostics, VPN routing fixes, and Traefik middleware updates
This commit is contained in:
@@ -52,6 +52,9 @@ final readonly class AppBootstrapper
|
||||
// Initialize environment with encryption support
|
||||
$env = $this->initializeEnvironment();
|
||||
|
||||
error_log("------ ENVIRONMENT VARIABLES ------");
|
||||
error_log(print_r($env->all(), true));
|
||||
|
||||
// Make Environment available throughout the application
|
||||
$this->container->instance(Environment::class, $env);
|
||||
|
||||
|
||||
@@ -23,7 +23,6 @@ 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