Files
Web_AutoNotificatPhone_Serv…/appsettings.json

19 lines
352 B
JSON
Raw Normal View History

2025-11-20 09:56:11 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Postgres": {
"Host": "10.8.8.80",
"Port": "5434",
"Database": "log_platform",
"User": "log_admin",
"Password": "H3IkLUt8K!x",
"MaxConnections": "2",
"IdleTimeoutMs": "30000"
}
2025-11-20 09:56:11 +08:00
}