mirror of
https://gh.wpcy.net/https://github.com/itk-dev/freescout-itk-prometheus.git
synced 2026-05-27 03:54:24 +08:00
10 lines
241 B
PHP
10 lines
241 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => 'ItkPrometheus',
|
|
'redisconnection' => [
|
|
'host' => env('DATABASE_REDIS_HOST', 'redis'),
|
|
'password' => env('DATABASE_REDIS_PASSWORD', NULL),
|
|
'username' => env('DATABASE_REDIS_USERNAME', NULL),
|
|
],
|
|
];
|