move URL host to config
This commit is contained in:
parent
57414cff59
commit
5446bec15e
2 changed files with 6 additions and 5 deletions
|
|
@ -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';
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue