phpservermon/config.php.sample

11 lines
382 B
Plaintext
Raw Permalink Normal View History

2014-01-07 20:24:48 +01:00
<?php
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');
define('PSM_DB_PORT', '3306'); //3306 is the default port for MySQL. If no specfic port is used, leave it empty.
2020-08-24 22:11:32 +02:00
define('PSM_BASE_URL', '');
define('PSM_WEBCRON_KEY', '');
2020-11-01 17:08:53 +01:00
define('PSM_PUBLIC', false);