mirror of
https://github.com/psenough/pouet.net.git
synced 2025-01-16 20:58:27 +01:00
Added a fake credentials file
This commit is contained in:
parent
e660fa56a4
commit
5d2bf0d7f4
16
include/auth.php
Normal file
16
include/auth.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
// Database
|
||||
$db['host'] = 'localhost';
|
||||
$db['user'] = 'pouet';
|
||||
$db['password'] = 'pouet';
|
||||
$db['database'] = 'pouet';
|
||||
|
||||
$sceneidUrl = "http://localhost/some/endpoint";
|
||||
$sceneidLogin = "pouet";
|
||||
$sceneidPassword = md5("pouet");
|
||||
|
||||
define('RECAPTCHA_PUB_KEY', 'pouet');
|
||||
define('RECAPTCHA_PRIV_KEY', 'pouet');
|
||||
|
||||
define('RECAPTCHA_MAILHIDE_PUB_KEY', 'pouet');
|
||||
define('RECAPTCHA_MAILHIDE_PRIV_KEY', 'pouet');
|
Loading…
x
Reference in New Issue
Block a user