Add channels
This commit is contained in:
parent
0ea1ad469d
commit
986537bba2
1 changed files with 8 additions and 0 deletions
|
@ -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',
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue