From 642b3f4a98ce50a96541959f8bae00338f84344e Mon Sep 17 00:00:00 2001 From: grandeljay Date: Sun, 12 Mar 2023 11:30:45 +0100 Subject: [PATCH] docs(configuration): #64 add description to constants --- src/config/config-sample.php | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/config/config-sample.php b/src/config/config-sample.php index b1ed6e4b..32f47dd5 100644 --- a/src/config/config-sample.php +++ b/src/config/config-sample.php @@ -1,18 +1,34 @@ + * Usually, the wishthis installer will create the config.php for you. */ +/** + * Database + * + * Used to connect to your MySQL database. + */ define('DATABASE_HOST', 'localhost'); define('DATABASE_NAME', 'wishthis'); define('DATABASE_USER', 'root'); define('DATABASE_PASSWORD', ''); +/** + * Development + * + * Keep this disabled for production sites. + */ define('ENV_IS_DEV', false); +/** + * Channels + * + * It's save to delete this if you are self-hosting. Alternatively you can + * replace these branches and domains with your own. + */ define( 'CHANNELS', array(