68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"UseRealPaymentGateway": false,
|
|
"JwtSecurityKey": "TvlZVx5TJaHs8e9HgUdGzhGP2CIidoI444nAj+8+g7c=",
|
|
"JwtIssuer": "https://localhost",
|
|
"JwtAudience": "https://localhost",
|
|
"JwtExpiryInDays": 5,
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Data Source=194.5.195.53,31433; Initial Catalog=Foursat;User ID=sa;Password=YourStrong@Passw0rd;Connection Timeout=300000;MultipleActiveResultSets=True;Encrypt=False",
|
|
"providerName": "System.Data.SqlClient"
|
|
},
|
|
"Otp": {
|
|
"Secret": "K2w8k1h1mH2Qz1kqWk0c8kQ2Pq8q9H1eE2nqN1qQ8x7M="
|
|
},
|
|
"Monitoring": {
|
|
"SentryEnabled": false,
|
|
"SentryDsn": "",
|
|
"SlackEnabled": false,
|
|
"SlackWebhookUrl": "",
|
|
"EmailAlertsEnabled": false,
|
|
"AdminEmails": [
|
|
"admin@example.com"
|
|
],
|
|
"SmsNotificationsEnabled": false,
|
|
"SmsApiKey": "",
|
|
"SmsGatewayUrl": ""
|
|
},
|
|
"Email": {
|
|
"Enabled": true,
|
|
"SmtpHost": "smtp.gmail.com",
|
|
"SmtpPort": 587,
|
|
"SmtpUsername": "your-email@gmail.com",
|
|
"SmtpPassword": "your-app-password",
|
|
"FromEmail": "noreply@foursat.com",
|
|
"FromName": "FourSat CMS",
|
|
"EnableSsl": true
|
|
},
|
|
"Sms": {
|
|
"Enabled": true,
|
|
"Provider": "Kavenegar",
|
|
"KavenegarApiKey": "YOUR_KAVENEGAR_API_KEY",
|
|
"Sender": "10008663"
|
|
},
|
|
"DayaPayment": {
|
|
"BaseUrl": "https://api.daya.ir",
|
|
"ApiKey": "YOUR_DAYA_API_KEY"
|
|
},
|
|
"DayaApi": {
|
|
"UseMock": false,
|
|
"BaseAddress": "https://testdaya.tadbirandishan.com",
|
|
"MerchantPermissionKey": "56146364$04sXjethI5WxhItR1Q9xnmFdJzl2BB8Bclsq8dAy7YVSZp3vtt-wP7ivrcCvmKLq",
|
|
"CacheDurationMinutes": 20
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Kestrel": {
|
|
"EndpointDefaults": {
|
|
"Protocols": "Http1AndHttp2"
|
|
}
|
|
},
|
|
"Authentication": {
|
|
"Authority": "https://ids.domain.com/",
|
|
"Audience": "domain_api"
|
|
},
|
|
"Seq": {
|
|
"ServerUrl": "http://seq-svc:5341",
|
|
"ApiKey": ""
|
|
}
|
|
}
|