added bree dev mode

This commit is contained in:
Brecert 2019-02-22 14:53:18 -06:00
parent afa6eee039
commit 7d4df3fd5d

View file

@ -1,5 +1,6 @@
const config = {
devMode:true,
breeMode: true,
recaptcha: "",
IP: [
{
@ -23,6 +24,11 @@ if ( config.devMode ) {
config.recaptcha = "6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI";
config['domain'] = config.IP[0].domain;
config['socketIP'] = config.IP[0].socketIP;
if( config.breeMode ) {
config['domain'] = config.IP[1].domain;
config['socketIP'] = config.IP[1].socketIP;
}
} else {
config.recaptcha = "6Ld0EIwUAAAAALJNTa-1s63l-w_jHyCY6dFAVwKe";
config['domain'] = config.IP[1].domain;