Files
qrcodeService/QRCodeService/appsettings.Production.json
2021-04-21 17:00:38 +08:00

9 lines
186 B
JSON

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