diff --git a/electron/services/config.ts b/electron/services/config.ts index 5fdd609..3a1c17d 100644 --- a/electron/services/config.ts +++ b/electron/services/config.ts @@ -126,7 +126,7 @@ export class ConfigService { httpApiToken: '', httpApiEnabled: false, httpApiPort: 5031, - httpApiHost: '127.0.0.1', + httpApiHost: '0.0.0.0', messagePushEnabled: false, windowCloseBehavior: 'ask', quoteLayout: 'quote-top',