Set public to false by default.

This commit is contained in:
Samuel Denis-D'Ortun 2020-11-01 11:08:53 -05:00 committed by GitHub
parent f1df99c5ae
commit 3cf9a6e444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ 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_WEBCRON_KEY', '');
define('PSM_PUBLIC', true);
define('PSM_PUBLIC', false);