From 90c9d913b13800012e572b3bf3508c621515c328 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Sun, 9 Aug 2020 19:00:38 +0200 Subject: [PATCH] Update config.php --- config.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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