default gateway to 0.0.0.0 for web UI

This commit is contained in:
William Valentin
2026-02-20 00:02:11 -08:00
parent d4f4be068c
commit 25d07a956b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ export class ConfigBuilder {
this.config = {
log_level: 'info',
models: {},
server: { port: 18800, localhost: true },
server: { port: 18800, localhost: false },
hooks: {
confirm: [
'shell.*',