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 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,