Added PSM_PUBLIC
parent
56b122471b
commit
57e53d77c4
|
@ -6,3 +6,4 @@ 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_PUBLIC', true);
|
Loading…
Reference in New Issue