source: src/FinkiChattery/FinkiChattery.Api/appsettings.json@ ad058b3

dev
Last change on this file since ad058b3 was e6a6d9a, checked in by Стојков Марко <mst@…>, 3 years ago

Initialized FinkiChattery project

  • Property mode set to 100644
File size: 881 bytes
Line 
1{
2 "Logging": {
3 "LogLevel": {
4 "Default": "Information",
5 "Microsoft": "Warning",
6 "Microsoft.Hosting.Lifetime": "Information",
7 "Microsoft.EntityFrameworkCore.Database.Command": "Information"
8 }
9 },
10 "AllowedHosts": "*",
11 "app": {
12 "awsStorageSettings": {
13 "storageServerRegion": "eu-central-1",
14 "defaultPreSignUrlExpirationMinutes": 5,
15 "bucketName": "",
16 "username": "",
17 "accessKey": "",
18 "secretKey": ""
19 },
20 "identitySettings": {
21 "authority": "",
22 "audience": "app.api.finki-chattery",
23 "requireHttpsMetadata": true
24 },
25 "emailSendingCredentials": {
26 "smtpUsername": "",
27 "smtpPassword": ""
28 },
29 "corsSettings": {
30 "corsPolicyName": "FinkiChatteryCorsPolicy",
31 "allowedCorsOrigins": []
32 }
33 },
34 "ConnectionStrings": {
35 "DefaultConnection": ""
36 }
37}
Note: See TracBrowser for help on using the repository browser.