typo in redis seeder
This commit is contained in:
@@ -11,8 +11,9 @@ class StandaloneRedisSeeder extends Seeder
|
|||||||
public function run(): void
|
public function run(): void
|
||||||
{
|
{
|
||||||
StandaloneRedis::create([
|
StandaloneRedis::create([
|
||||||
'name' => 'Local PostgreSQL',
|
'name' => 'Local Redis',
|
||||||
'description' => 'Local PostgreSQL for testing',
|
'description' => 'Local Redis for testing',
|
||||||
|
'redis_username' => 'redis',
|
||||||
'redis_password' => 'redis',
|
'redis_password' => 'redis',
|
||||||
'environment_id' => 1,
|
'environment_id' => 1,
|
||||||
'destination_id' => 0,
|
'destination_id' => 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user