29 lines
733 B
JSON
29 lines
733 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Data Source=petwash.db",
|
|
"MySqlConnection": "Server=101.132.182.216;Database=petwash;User=sc_root;Password=Shsc#$@2024#@!;Port=3306;CharSet=utf8mb4;"
|
|
},
|
|
"DatabaseProvider": "Sqlite",
|
|
"WeChatPay": {
|
|
"AppId": "",
|
|
"MerchantId": "1107066208",
|
|
"CertificateSerialNumber": "",
|
|
"PrivateKeyPath": "",
|
|
"PrivateKeyPem": "",
|
|
"NotifyUrl": "",
|
|
"ApiV3Key": "",
|
|
"PlatformPublicKeyPath": "",
|
|
"PlatformPublicKeyPem": "",
|
|
"PlatformPublicKeySerial": "",
|
|
"Currency": "CNY",
|
|
"OrderExpireMinutes": 5
|
|
}
|
|
}
|