first commit
This commit is contained in:
13
RS_system/appsettings.json
Normal file
13
RS_system/appsettings.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"PostgreSQL": "Host=158.220.108.49;Port=35432;Database=Roca_ChurchDB;Username=ecclesia;Password=Eclesia2025;Pooling=true;Minimum Pool Size=1;Maximum Pool Size=20;Timeout=15;Command Timeout=30",
|
||||
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-Rs_system-dc64f02e-3041-43c5-86d9-6025eac98436;Trusted_Connection=True;MultipleActiveResultSets=true"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user