-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
46 lines (46 loc) · 1.38 KB
/
Copy pathappsettings.json
File metadata and controls
46 lines (46 loc) · 1.38 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
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": ""
},
"EmailSender": {
"Username": "",
"SMTPMail": "",
"Port": "587",
"Password": ""
},
"Recaptcha": {
"SiteKey": "",
"SecretKey": ""
},
"DeepL": {
"ApiKey": ""
},
"Pons": {
"ApiKey": ""
},
"License": {
"CKEditor": ""
},
"ContentSecurityPolicy": "default-src 'self'; script-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net https://cdnjs.cloudflare.com https://unpkg.com https://cdn.jsdelivr.net/npm https://ajax.googleapis.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://cdn.jsdelivr.net https://cdnjs.cloudflare.com https://unpkg.com; img-src 'self' data: https://images.unsplash.com https://i.ytimg.com https://cdn.jsdelivr.net; font-src 'self' https://fonts.gstatic.com data:; connect-src 'self' https://cdn.jsdelivr.net https://api.example.com wss:; frame-src 'self' https://www.youtube.com https://www.youtube-nocookie.com; object-src 'none'; base-uri 'self';",
"Data": {
"Roles": [ ""],
"Users": [
{
"username": "",
"password": "",
"email": "",
"role": "",
"firstName": "",
"lastName": ""
}
]
}
}