Skip to content

Commit a317d18

Browse files
committed
changed default host back
1 parent ef76fe6 commit a317d18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/services/webui-settings.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class WebuiSettingsService {
1515

1616

1717
// tslint:disable:no-unused-expression
18-
new Setting(this.settings, 'host', 'blue04.maas.dmi.unibas.ch');
18+
new Setting(this.settings, 'host', 'localhost');
1919
new Setting(this.settings, 'webUI.port', '7659');
2020
new Setting(this.settings, 'config.prefix', 'config');
2121
new Setting(this.settings, 'information.prefix', 'info');

0 commit comments

Comments
 (0)