-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappsettings.json
43 lines (43 loc) · 1.15 KB
/
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
41
42
43
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"default": "Server=(localdb)\\MSSQLLocalDB;Database=UNITEE;Trusted_Connection=True;Encrypt=False"
},
"AllowedHosts": [
"http://localhost:5173",
"https://localhost:5173",
"*"
],
"JWT": {
"ValidAudience": "https://localhost:7017",
"ValidIssuer": "https://localhost:7017",
"Secret": "ByYM000OLlMQG6VVVp1OH7Xzyr7gHuw1qvUC5dcGt3SNM"
},
"ImagePath": {
"PathImages": "PathImages",
"Images": "Images",
"ProductImages": "ProductImages",
"SupplierImage": "SupplierImage",
"StudyLoad": "StudyLoad",
"BIR": "BIR",
"CityPermit": "CityPermit",
"SchoolPermit": "SchoolPermit",
"ProofOfPayment": "ProofOfPayment",
"SizeGuide": "SizeGuide",
"BarangayClearance": "BarangayClearance",
"ValidIdFrontImage": "ValidIdFrontImage",
"ValidIdBackImage": "ValidIdBackImage"
},
"EmailSettings": {
"MailServer": "smtp.gmail.com",
"MailPort": 587,
"SenderName": "UNITEE",
"Sender": "[email protected]",
"Password": "acgh qiip wezd ysyk"
}
}