2025-11-20 09:56:11 +08:00
|
|
|
{
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-02-09 19:31:55 +08:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
"Postgres": {
|
|
|
|
|
"Host": "10.8.8.109",
|
|
|
|
|
"Port": "5433",
|
|
|
|
|
"Database": "log_platform",
|
|
|
|
|
"User": "log_admin",
|
|
|
|
|
"Password": "YourActualStrongPasswordForPostgres!",
|
|
|
|
|
"MaxConnections": "2",
|
|
|
|
|
"IdleTimeoutMs": "30000"
|
|
|
|
|
}
|
2025-11-20 09:56:11 +08:00
|
|
|
}
|