Files
juipnet/Services/Hncore.Pass.OSS/appsettings.Development.json

17 lines
341 B
JSON
Raw Normal View History

2020-10-07 20:25:03 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"Aliyun": {
"Oss": {
"AliEndpoint": "oss-cn-shenzhen.aliyuncs.com",
"AliAccessId": "dpisQKVqzAYffodY",
"AliAccessKey": "ZG3uAkwPR4UpfsTJzG9DW1WeKIskHz"
}
}
}