Compare commits
2 Commits
3b0d9eadd3
...
af12f996f1
| Author | SHA1 | Date | |
|---|---|---|---|
| af12f996f1 | |||
| 27d995faf4 |
@@ -1,11 +1,18 @@
|
|||||||
{
|
{
|
||||||
|
"PaymentProvider": "zarinpal",
|
||||||
|
"ZarinPal": {
|
||||||
|
"MerchantId": "6b098fc8-f490-47a1-aac3-1de1a1b84404",
|
||||||
|
"UseSandbox": false
|
||||||
|
},
|
||||||
|
"CmsBaseUrl": "https://cms.kbs1.ir",
|
||||||
|
"FrontOfficeBaseUrl": "https://kbs1.ir",
|
||||||
"UseRealPaymentGateway": false,
|
"UseRealPaymentGateway": false,
|
||||||
"JwtSecurityKey": "TvlZVx5TJaHs8e9HgUdGzhGP2CIidoI444nAj+8+g7c=",
|
"JwtSecurityKey": "TvlZVx5TJaHs8e9HgUdGzhGP2CIidoI444nAj+8+g7c=",
|
||||||
"JwtIssuer": "https://localhost",
|
"JwtIssuer": "https://localhost",
|
||||||
"JwtAudience": "https://localhost",
|
"JwtAudience": "https://localhost",
|
||||||
"JwtExpiryInDays": 5,
|
"JwtExpiryInDays": 5,
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"DefaultConnection": "Data Source=45.149.79.127,31433; Initial Catalog=KBS;User ID=sa;Password=YourStrong@Passw0rd;Connection Timeout=300000;MultipleActiveResultSets=True;Encrypt=False",
|
"DefaultConnection": "Server=mssql-svc;Database=KBS;User Id=sa;Password=YourStrong@Passw0rd;TrustServerCertificate=True;",
|
||||||
"providerName": "System.Data.SqlClient"
|
"providerName": "System.Data.SqlClient"
|
||||||
},
|
},
|
||||||
"Otp": {
|
"Otp": {
|
||||||
@@ -37,8 +44,8 @@
|
|||||||
"Sms": {
|
"Sms": {
|
||||||
"Enabled": true,
|
"Enabled": true,
|
||||||
"Provider": "Kavenegar",
|
"Provider": "Kavenegar",
|
||||||
"KavenegarApiKey": "YOUR_KAVENEGAR_API_KEY",
|
"KavenegarApiKey": "497263626F32626A48685A6137524C4F78575A766E4C74694A556B79317648424964655030682B554545413D",
|
||||||
"Sender": "10008663"
|
"Sender": "1000001110100"
|
||||||
},
|
},
|
||||||
"DayaPayment": {
|
"DayaPayment": {
|
||||||
"BaseUrl": "https://api.daya.ir",
|
"BaseUrl": "https://api.daya.ir",
|
||||||
@@ -74,5 +81,11 @@
|
|||||||
"Seq": {
|
"Seq": {
|
||||||
"ServerUrl": "http://seq-svc:5341",
|
"ServerUrl": "http://seq-svc:5341",
|
||||||
"ApiKey": "oxpvpUzU1pZxMS4s3Fqq"
|
"ApiKey": "oxpvpUzU1pZxMS4s3Fqq"
|
||||||
|
},
|
||||||
|
"Logging": {
|
||||||
|
"LogLevel": {
|
||||||
|
"Default": "Warning",
|
||||||
|
"Microsoft.AspNetCore": "Warning"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user