Files
Web_AutoNotificatPhone_Serv…/appsettings.json

19 lines
378 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Postgres": {
"Host": "10.8.8.109",
"Port": "5433",
"Database": "log_platform",
"User": "log_admin",
"Password": "YourActualStrongPasswordForPostgres!",
"MaxConnections": "2",
"IdleTimeoutMs": "30000"
}
}