move URL host to config

This commit is contained in:
Norbert Renner 2014-05-30 14:17:06 +02:00
parent 57414cff59
commit 5446bec15e
2 changed files with 6 additions and 5 deletions

View file

@ -23,6 +23,8 @@
'vm-forum-velomobil-schnell'
];
BR.conf.host = 'http://h2096617.stratoserver.net:443';
} else {
// desktop configuration
@ -39,6 +41,8 @@
'car-test'
];
BR.conf.host = 'http://localhost:17777';
}
})();