From f78112c5c0384a574a445343ac3b8e8cc3549bee Mon Sep 17 00:00:00 2001 From: medcl Date: Tue, 23 Nov 2021 15:21:19 +0800 Subject: [PATCH] update default config --- console.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console.yml b/console.yml index 9664305a..a6b79c24 100644 --- a/console.yml +++ b/console.yml @@ -15,7 +15,7 @@ web: path: .public vfs: true local: true - #api_endpoint: 10.0.2.5:9000 #配置 api_endpoint 可覆盖默认 api 访问地址 + #api_endpoint: 10.0.2.5:2900 #配置 api_endpoint 可覆盖默认 api 访问地址 network: binding: 0.0.0.0:9000 skip_occupied_port: true