33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"ConnectionStrings": {
|
|
"FaKrosnoConnection": "Server=192.168.0.7;Database=fakrosno;User Id=sa;Password=Tetum#2021!;TrustServerCertificate=true",
|
|
"SytelineSaAppConnection": "Server=192.168.0.7;Database=SL_PRODTEST_SA_APP;User Id=sa;Password=Tetum#2021!;TrustServerCertificate=true",
|
|
"OrdersManagementConnection": "Server=192.168.0.7;Database=OrdersManagement;User Id=sa;Password=Tetum#2021!;TrustServerCertificate=true"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Jwt": {
|
|
"Key": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0u1v2w3x4y5z6A7B8C9D0E1F",
|
|
"Issuer": "FaKrosnoApi",
|
|
"Audience": "FaKrosnoClient"
|
|
},
|
|
"Host": {
|
|
"Urls": "http://0.0.0.0:5001"
|
|
},
|
|
"EmailSettings": {
|
|
"SmtpServer": "poczta.fakrosno.pl",
|
|
"Port": 587,
|
|
"SenderEmail": "edi@fakrosno.pl",
|
|
"SenderPassword": "F@Krosno2014",
|
|
"RecipientEmail": "piotr.kus@fakrosno.pl",
|
|
"UseSsl": false
|
|
},
|
|
"JobSettings": {
|
|
"QueryIntervalMinutes": 30
|
|
}
|
|
}
|