parent
3d7a467abf
commit
1ae145bf13
1 changed files with 2 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue