34 lines
569 B
JSON
34 lines
569 B
JSON
{
|
|
"Admin": {
|
|
"Authentication": false
|
|
},
|
|
"DetailedErrors": true,
|
|
"Dhcp": {
|
|
"Kea": {
|
|
"Dhcp4": {
|
|
"Leases": "ext/kea/kea-leases4.csv"
|
|
},
|
|
"Dhcp6": {
|
|
"Leases": "ext/kea/kea-leases6.csv"
|
|
}
|
|
}
|
|
},
|
|
"Kestrel": {
|
|
"Endpoints": {
|
|
"Http": {
|
|
"Url": "http://[::1]:5000"
|
|
}
|
|
}
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"PowerDns": {
|
|
"Listener": {
|
|
"Socket": "${XDG_RUNTIME_DIR}/netddi/pdns.sock"
|
|
}
|
|
}
|
|
}
|