Agregar archivos de proyecto.
This commit is contained in:
12
MieSystem/appsettings.json
Normal file
12
MieSystem/appsettings.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"PostgreSQL": "Host=158.220.108.49;Port=35432;Database=MiesDb;Username=ecclesia;Password=Eclesia2025;Pooling=true;Minimum Pool Size=1;Maximum Pool Size=20;Timeout=15;Command Timeout=30"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user