eliminated h2096617.stratoserver.net

This commit is contained in:
Brenschede 2019-08-05 17:10:38 +02:00
parent 76e2618bbf
commit 8d5303b5ea
2 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@
// TODO not included in permalink (better replace permalink with hash plugin)
//BR.conf.transit = params.has('transit') && (params.get('transit') === 'true');
if (hostname === 'brouter.de' || hostname === 'h2096617.stratoserver.net') {
if (hostname === 'brouter.de' ) {
// online service (brouter.de) configuration
@ -36,7 +36,7 @@
'hiking-beta'
];
BR.conf.host = 'http://h2096617.stratoserver.net:443';
BR.conf.host = 'http://brouter.de:443';
BR.conf.profilesUrl = 'http://brouter.de/brouter/profiles2/';
} else {