diff --git a/config.php b/config.php index 4704448..ca7ce99 100644 --- a/config.php +++ b/config.php @@ -38,9 +38,9 @@ define('G_Application_Name', 'Paste'); // Make sure this matches the name of you // Database information $dbhost = "localhost"; -$dbuser = "paste"; -$dbpassword = "no*aksp1"; -$dbname = "paste"; +$dbuser = "..."; +$dbpassword = "..."; +$dbname = "..."; // Secret key for paste encryption $sec_key = '688234e8c40a0db7710959c32292901e323232';