-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
31 lines (30 loc) · 849 Bytes
/
Copy pathappsettings.json
File metadata and controls
31 lines (30 loc) · 849 Bytes
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
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"GitLabAccessToken": "glpat-jhBbWTksE6-xjNbyEs6n",
"MailSetting": {
//"Email": "22a9794c16fa97",
//"Password": "0d65903965fe0a",
"Email": "5121bc5274472d",
"Password": "3dc73d2265b69d",
"Host": "sandbox.smtp.mailtrap.io",
"Port": 587,
"UseSsl": false,
"Url": "https://localhost:7104"
},
"Authentication": {
"Google": {
"ClientId": "197634376585-4ckoo56ocp5vf941db130ugv1sjiko9o.apps.googleusercontent.com",
"ClientSecret": "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",
"RedirectUri": "https://localhost:7104/auth/google/callback"
}
},
"ConnectionStrings": {
"DefaultConnection": "Server=localhost;Database=IMS;Uid=root;Pwd=123456"
}
}