This repository has been archived on 2020-01-20. You can view files and clone it, but cannot push or open issues or pull requests.
bounces-parser/config/database.php
Gregory Colpart 2ce7ad8f68 push old code
2015-11-26 16:30:00 +01:00

8 lines
127 B
PHP

<?php
define('SERVEUR', '127.0.0.1');
define('NOM', 'bounces');
define('PASSE', 'YOUR-PASSWORD');
define('BASE', 'bounces');