修复appsettings.json中监听端口配置
This commit is contained in:
parent
1677a43d64
commit
4b64f4137f
|
@ -19,5 +19,5 @@
|
||||||
"UserTicketDecryptorOption": {
|
"UserTicketDecryptorOption": {
|
||||||
"Key": "abcd"
|
"Key": "abcd"
|
||||||
},
|
},
|
||||||
"urls": "http://*:9000,https://*:9001"
|
"urls": "http://*:9000;https://*:9001"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user