選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

19 行
392 B

  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "AllowedHosts": "*",
  10. "ApolloOptions": {
  11. "MetaServer": "http://10.2.1.21:28080", //Meta server地址不用修改
  12. "Namespaces": [
  13. "data_v",
  14. "application"
  15. ],
  16. "AppId": "dev1_data_v" //根据自己创建应用修改
  17. }
  18. }