Blame view

netcore/src/Application/NCC.API/appsettings.Development.json 283 Bytes
96009bc9   hexiaodong   hxd
1
2
3
4
5
6
7
  {
    "Logging": {
      "LogLevel": {
        "Default": "Information",
        "Microsoft": "Warning",
        "Microsoft.Hosting.Lifetime": "Information"
      }
a79bf04d   “wangming”   feat: 沟通记录与待办、门店登...
8
9
10
11
12
13
    },
    "NCC_App": {
      "TencentLbs": {
        "Key": "YRXBZ-NEV6T-K7SXH-VJPMF-G5IQF-F3FCJ",
        "TimeoutSeconds": 5
      }
96009bc9   hexiaodong   hxd
14
15
    }
  }