Files
familytree/API/FamilyTreeAPI/appsettings.json
T
2025-08-10 22:01:36 +10:00

20 lines
629 B
JSON

{
"AppSettings": {
"Secret": "Nepean Blue Mountain Super Secret SIGN AND VERIFY JWT TOKENS, BEARER TOKEN USE WHEN CALLING THIS API.",
"SQLConnectionString": "host=localhost;port=5432;database=FamilyTreeDB;username=postgres;password=Positive~1;",
"LoginWebAPI": "http://nephmdb-sql006/CommonWebApiAD/api/AD",
"ClientURL": "http://localhost:4200/approval",
"ImageFolder": "c:\\temp\\Family"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.DataProtection": "None"
}
},
"AllowedHosts": "*"
}