15 lines
399 B
JSON
15 lines
399 B
JSON
{
|
|
"Control": {
|
|
"DatabasePath": "/var/lib/ochenstarik-server-monitor-manager/control.db",
|
|
"CertificateAuthorityPath": "/etc/ochenstarik-server-monitor-manager/control-ca.pfx",
|
|
"CertificateAuthorityPassword": null,
|
|
"HeartbeatSeconds": 30
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|