We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef76fe6 commit a317d18Copy full SHA for a317d18
1 file changed
src/app/services/webui-settings.service.ts
@@ -15,7 +15,7 @@ export class WebuiSettingsService {
15
16
17
// tslint:disable:no-unused-expression
18
- new Setting(this.settings, 'host', 'blue04.maas.dmi.unibas.ch');
+ new Setting(this.settings, 'host', 'localhost');
19
new Setting(this.settings, 'webUI.port', '7659');
20
new Setting(this.settings, 'config.prefix', 'config');
21
new Setting(this.settings, 'information.prefix', 'info');
0 commit comments