Mettre à jour 'config.php'

This commit is contained in:
Erreur32 2018-02-21 22:09:31 +01:00
parent 55701b7894
commit 79ba288b32
1 changed files with 3 additions and 3 deletions

View File

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