Files
luos/tests/fixtures/os/db.php
Herbert Saal Gutierrez da414f6d7a Test Folders
Change structure of Test Folders
2012-09-21 11:00:57 -04:00

12 lines
296 B
PHP

<?php
define ('DB_RBAC_HOST', DB_HOST );
define ('DB_RBAC_NAME', DB_NAME );
define ('DB_RBAC_USER', DB_USER );
define ('DB_RBAC_PASS', DB_PASS );
define ('DB_REPORT_HOST', DB_HOST );
define ('DB_REPORT_NAME', DB_NAME );
define ('DB_REPORT_USER', DB_USER );
define ('DB_REPORT_PASS', DB_PASS );