source: iknow-api/appsettings.Development.json@ 70a9f6d

Last change on this file since 70a9f6d was bb656bc, checked in by Stefan-Saveski <stefan@…>, 10 months ago

Added external DB service.

  • Property mode set to 100644
File size: 347 bytes
Line 
1{
2 "Logging": {
3 "LogLevel": {
4 "Default": "Information",
5 "Microsoft.AspNetCore": "Warning"
6 }
7 },
8 "ConnectionStrings": {
9 "DefaultConnection": "Host=ep-dark-sun-a4dr99wd-pooler.us-east-1.aws.neon.tech; Database=neondb; Username=neondb_owner; Password=npg_Wk10VFHGKiwn; SSL Mode=VerifyFull; Channel Binding=Require;"
10 }
11}
Note: See TracBrowser for help on using the repository browser.