init
This commit is contained in:
11
DouyinApi.Api/appsettings.Development.json
Normal file
11
DouyinApi.Api/appsettings.Development.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"nacos": {
|
||||
"ServerAddresses": [ "http://localhost:8848" ], // nacos 连接地址
|
||||
"DefaultTimeOut": 15000, // 默认超时时间
|
||||
"Namespace": "public", // 命名空间
|
||||
"ListenInterval": 10000, // 监听的频率
|
||||
"ServiceName": "blog.Core.Api", // 服务名
|
||||
"Port": "9291", // 服务端口号
|
||||
"RegisterEnabled": true // 是否直接注册nacos
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user