Files
qrcodeService/QRCodeService/appsettings.Production.json
2021-03-12 16:07:45 +08:00

9 lines
187 B
JSON

{
"Hosting": {
"BaseUrl": "https://dwz.nbjs.gov.cn/",
"IsForwarded": true
},
"ConnectionStrings": {
"Default": "server=localhost;user=kuanyi;password=passwd;database=qrcode"
}
}