mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-09 20:04:52 +00:00
fix: change webui port
This commit is contained in:
@@ -128,8 +128,8 @@ Deploy:
|
||||
WebuiHost: 0.0.0.0
|
||||
# --port. Port to listen
|
||||
# You will be able to access webui via `http://{host}:{port}`
|
||||
# [In most cases] Default to 22367
|
||||
WebuiPort: 22367
|
||||
# [In most cases] Default to 23467
|
||||
WebuiPort: 23467
|
||||
# Language to use on web ui
|
||||
# 'zh-CN' for Chinese simplified
|
||||
# 'en-US' for English
|
||||
|
||||
@@ -9,6 +9,6 @@ export async function initAppConfigStore() {
|
||||
appStore.setRepository(
|
||||
(repositoryValueMap[config?.repository] as 'global' | 'china') ?? 'global',
|
||||
);
|
||||
appStore.setWebuiUrl(config?.webuiUrl ?? '127.0.0.1:22367');
|
||||
appStore.setWebuiUrl(config?.webuiUrl ?? '127.0.0.1:23467');
|
||||
appStore.setAlasPath(config?.alasPath ?? '');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user