Revert "typo in redis seeder"

This reverts commit 68060ef37d.
This commit is contained in:
peaklabs-dev
2024-09-26 19:49:33 +02:00
parent 3d7a467abf
commit 1ae145bf13

View File

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