|
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*",
- "ApolloOptions": {
- "MetaServer": "http://10.2.1.21:28080", //Meta server地址不用修改
- "Namespaces": [
- "data_v",
- "application"
- ],
- "AppId": "dev1_data_v" //根据自己创建应用修改
- }
- }
-
|