Update appsettings.Development.json

This commit is contained in:
anjoy8 2021-12-09 18:23:18 +08:00
parent 9243db9fdc
commit 9b9aee3f9a

View File

@ -1,3 +1,11 @@
{
"nacos": {
"ServerAddresses": [ "http://localhost:8848" ], // nacos
"DefaultTimeOut": 15000, //
"Namespace": "public", //
"ListenInterval": 10000, //
"ServiceName": "blog.Core.Api", //
"Port": "9291", //
"RegisterEnabled": true // nacos
}
}