-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
47 lines (45 loc) · 1.32 KB
/
Copy pathappsettings.json
File metadata and controls
47 lines (45 loc) · 1.32 KB
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
44
45
46
47
{
"ConnectionStrings": {
"DefaultConnection": "Data Source=HQOITDLAP66\\SQLEXPRESS;Initial Catalog=MealDatabases;Integrated Security=True;Connect Timeout=30;Encrypt=False;Trust Server Certificate=True;Application Intent=ReadWrite;Multi Subnet Failover=False"
},
"AppSettings": {
"Application": {
"Name": "Trường Quốc tế Việt Úc (VAS)",
"Version": "2017.09.19",
"Domain": "vais.local",
"HandBookGoogleFileId": "16Z4NbeINX_4LPGmn8nrZXAikgscreqLi",
"SchoolRulesGoogleFileId": "1BoBCr-JlJDQ5iE9ggsheeorxC3pbu4YU"
},
"CookieAuthentication": {
"ExpireMinutes": "15",
"SessionExpireNotificationMinutes": "2"
}
},
"FileUploadSettings": {
"UploadDirectory": "uploads"
},
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Trace"
}
},
"EmailSettings": {
"MailServer": "smtp.office365.com",
"MailPort": 587,
"SenderName": "VAS Automatic Email",
"Sender": "webmaster@vas.edu.vn",
"Password": "123Abc@@"
},
"CCEmailSettings": {
"BTH": "info.bth@vas.edu.vn",
"PXL": "info.pxl@vas.edu.vn",
"SR": "info.sur@vas.edu.vn",
"HVT": "info.hvt@vas.edu.vn",
"GH": "info.gh@vas.edu.vn",
"SL": "info.sl@vas.edu.vn",
"RS": "info.rs@vas.edu.vn"
},
"ImageRoot": "/images/",
"FilesRoot": "/files/"
}