You should not mess with the configuration set in this file, this is helping you identify your MySQL server / login information.
$hostname is the address to your MySQL server.
$database is the name of the MySQL database the application will use.
$username is the username you most-likely log in with.
$password is the password you most-likely use to log in.
If you're looking to add more fields, which is highly unneeded and may potentially make this application not work, you would have to identify the variables such as
$security = "$_GET();
It's highly complex, especially if you're not that well in the PHP language.