diff --git a/config.php b/config.php index 339aff8..18c286d 100644 --- a/config.php +++ b/config.php @@ -1,11 +1,16 @@ "localhost", "db_port" => 3306, "db_name" => "mydatabase", "db_user" => "myusername", - "db_pass" => "myverysecretpassword" + "db_pass" => "myverysecretpassword", + + # Salt for password hashing + + "salt" => "insert a really long random string here" ); \ No newline at end of file