Cleanup Namespaces
This commit is contained in:
parent
9b49f880a2
commit
6c901ea46b
21 changed files with 230 additions and 31 deletions
|
|
@ -1,12 +1,38 @@
|
|||
{
|
||||
"Admin": {
|
||||
"Authentication": true
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "DataSource=app.db;Cache=Shared"
|
||||
},
|
||||
"Dhcp": {
|
||||
"Kea": {
|
||||
"Dhcp4": {
|
||||
"Leases": "/var/lib/kea/kea-leases4.csv"
|
||||
},
|
||||
"Dhcp6": {
|
||||
"Leases": "/var/lib/kea/kea-leases6.csv"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Kestrel": {
|
||||
"Endpoints": {
|
||||
"Http": {
|
||||
"Url": "http://[::]:80"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
"PowerDns": {
|
||||
"Listener": {
|
||||
"Socket": "/run/netddi/pdns.sock"
|
||||
},
|
||||
"UniqueHostnames": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue