2014-01-07 19:24:48 +00:00
|
|
|
<?php
|
2014-01-12 01:51:45 +00:00
|
|
|
define('PSM_DB_PREFIX', 'monitor_');
|
|
|
|
define('PSM_DB_USER', 'db_user');
|
|
|
|
define('PSM_DB_PASS', 'db_pass');
|
|
|
|
define('PSM_DB_NAME', 'db_name');
|
|
|
|
define('PSM_DB_HOST', 'localhost');
|
2018-08-09 17:16:20 +00:00
|
|
|
define('PSM_DB_PORT', '3306'); //3306 is the default port for MySQL. If no specfic port is used, leave it empty.
|
|
|
|
define('PSM_BASE_URL', '');
|