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

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

Added logging for hangfire and publish file for hangfire db

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