$this->faker->colorName(), 'host' => $this->faker->unique()->ipv4(), 'port' => 3306, 'username' => $this->faker->colorName(), 'password' => Crypt::encrypt($this->faker->word()), ]; } }