Add channels

This commit is contained in:
Jay Trees 2022-04-06 16:29:16 +02:00
parent 0ea1ad469d
commit 986537bba2

View file

@ -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',
)
);