Mettre à jour 'config.php'
This commit is contained in:
parent
55701b7894
commit
79ba288b32
1 changed files with 3 additions and 3 deletions
|
@ -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';
|
||||||
|
|
Loading…
Reference in a new issue