| 12345678910111213141516171819202122232425262728293031 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "AllowedHosts": "*",
- "NacosConfig": {
- "Listeners": [
- {
- "Optional": false,
- "DataId": "omega",
- "Group": "DEFAULT_GROUP"
- }
- ],
- "Namespace": "8a766ab7-ca3a-40be-9a56-800d9574f8c3",
- "ServerAddresses": [ "http://nut.yunmuit.com/" ],
- "ServiceName": "omega_project",
- "GroupName": "DEFAULT_GROUP",
- "UserName": "nacos",
- "Password": "nacos",
- "EndPoint": "",
- "Ip": "localhost",
- "Port": "8004",
- "ConfigUseRpc": false,
- "NamingUseRpc": false,
- "RegisterEnabled": true,
- "InstanceEnabled": true
- }
- }
|