typo in redis seeder

This commit is contained in:
ayntk-ai
2024-08-21 19:20:28 +02:00
parent ae7e548779
commit 68060ef37d

View File

@@ -11,8 +11,9 @@ class StandaloneRedisSeeder extends Seeder
public function run(): void
{
StandaloneRedis::create([
'name' => 'Local PostgreSQL',
'description' => 'Local PostgreSQL for testing',
'name' => 'Local Redis',
'description' => 'Local Redis for testing',
'redis_username' => 'redis',
'redis_password' => 'redis',
'environment_id' => 1,
'destination_id' => 0,