mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
11 lines
349 B
PHP
11 lines
349 B
PHP
'redis' => [
|
|
'host' => 'tls://127.0.0.1',
|
|
'port' => 6379,
|
|
'ssl_context' => [
|
|
'local_cert' => '/redis-certificates/client.crt',
|
|
'local_pk' => '/redis-certificates/client.key',
|
|
'cafile' => '/redis-certificates/ca.crt',
|
|
'verify_peer_name' => false,
|
|
],
|
|
],
|
|
//PLACEHOLDER
|