Added default theme definition to config.php/sample.

pull/624/head
damian 2018-08-19 16:39:33 +10:00
parent 5eb175ce52
commit 006a7afa54
1 changed files with 2 additions and 1 deletions

View File

@ -5,4 +5,5 @@ 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.
define('PSM_BASE_URL', '');
define('PSM_BASE_URL', '');
define('PSM_THEME', 'default');