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
{
StandaloneRedis::create([
'name' => 'Local Redis',
'description' => 'Local Redis for testing',
'redis_username' => 'redis',
'name' => 'Local PostgreSQL',
'description' => 'Local PostgreSQL for testing',
'redis_password' => 'redis',
'environment_id' => 1,
'destination_id' => 0,