-
Notifications
You must be signed in to change notification settings - Fork 0
/
appsettings.json
44 lines (31 loc) · 1014 Bytes
/
appsettings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"dbcon": "Data Source=KASHANPC\\SQLEXPRESS;Initial Catalog=RapidRescue;Integrated Security=True;TrustServerCertificate=true"
},
"EmailSettings": {
"SmtpServer": "smtp.gmail.com",
"SmtpPort": 587,
"SenderName": "Rapid Rescue",
"SenderEmail": "eshopb7@gmail.com",
"Username": "eshopb7@gmail.com",
"Password": "zxutguzuqwirwzfq",
"EnableSsl": true
}
}
//anyone wants to use the dbase in locally change the paths and paste the old one below
//Kashan's Connection String
// Data Source=KASHANPC\\SQLEXPRESS;Initial Catalog=RapidRescue;Integrated Security=True;TrustServerCertificate=true
//Prem Kumar's Connection String
//
//Zayaan Qari Conenction String
//
//Muhammad Faiq's Connection String
//
//Ahsan Hussain 's Connection String