source: backend/appsettings.json@ b66b3ac

Last change on this file since b66b3ac was b66b3ac, checked in by Danilo <danilo.najkov@…>, 2 years ago

Add project files.

  • Property mode set to 100644
File size: 625 bytes
Line 
1{
2 "AppSettings": {
3 "Secret": "chWS2ewNYT2tpLWIm1L5ty12c8FINao7p65LxPPM7GjkytlI5X1iZYWuh5KQhZgxkQqf8FVZuklWTfp0fDd4pvFy8ND6ecgircfxG2IckDzte1I2ZrTMS7xhpsux8vLxLGkGUi9ZXOAO9oaOYP5IelwJdiHiryEj9BdfMGT1QgRfsHHazqz6gtrJIcdW2pb3yrXPGtQ20UvXgXxw7dyAwd3byZexM0t781qgp7rT71YgkVyc8YBx74U6DcWtSka7"
4 },
5 "Logging": {
6 "LogLevel": {
7 "Default": "Information",
8 "Microsoft.AspNetCore": "Warning"
9 }
10 },
11 "ConnectionStrings": {
12 "DefaultConnection": "Server=localhost; port=5432; user id = postgres; database=resToolsDB; password=121212; pooling = true; includeerrordetail = true"
13 },
14 "AllowedHosts": "*"
15}
Note: See TracBrowser for help on using the repository browser.