Added a fake credentials file

This commit is contained in:
Laurent Raufaste 2013-05-07 20:13:03 -04:00
parent e660fa56a4
commit 5d2bf0d7f4

16
include/auth.php Normal file
View 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');