1
0
Fork 0

Cleanup Namespaces

This commit is contained in:
Jöran Malek 2025-01-30 00:14:20 +01:00
parent 9b49f880a2
commit 6c901ea46b
21 changed files with 230 additions and 31 deletions

View file

@ -1,9 +1,34 @@
{
"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"
}
}
}