Added PSM_PUBLIC

This commit is contained in:
TimZ99 2020-08-24 22:11:32 +02:00
parent 56b122471b
commit 57e53d77c4
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
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_PUBLIC', true);