105040 调整调试端口

105040 调整调试端口
This commit is contained in:
lihanbo 2024-11-04 15:33:38 +08:00
parent b66fda778e
commit 06ca3270a7
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"Urls": "https://172.30.20.40:3452;http://172.30.20.40:3453", "Urls": "http://*:8088;http://*:3453",
"Serilog": { "Serilog": {
"MinimumLevel": { "MinimumLevel": {
"Default": "Debug", "Default": "Debug",
@ -16,7 +16,7 @@
] ]
}, },
"MinIoConfig": { "MinIoConfig": {
"EndPoint": "localhost:9000", "EndPoint": "172.30.20.40:9000",
"AccessKey": "name", "AccessKey": "name",
"SecretKey": "passsword", "SecretKey": "passsword",
"UseSSL": false "UseSSL": false