From 986537bba2b28343e822c6a135a0ba11e44ddd4e Mon Sep 17 00:00:00 2001 From: Jay Trees Date: Wed, 6 Apr 2022 16:29:16 +0200 Subject: [PATCH] Add channels --- src/config/config-sample.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/config/config-sample.php b/src/config/config-sample.php index 8ce7df6c..4b99624b 100644 --- a/src/config/config-sample.php +++ b/src/config/config-sample.php @@ -12,3 +12,11 @@ define('DATABASE_USER', 'root'); define('DATABASE_PASSWORD', ''); define('ENV_IS_DEV', false); + +define( + 'CHANNELS', + array( + 'stable' => 'wishthis.online', + 'release-candidate' => 'rc.wishthis.online', + ) +);