1
0
Fork 0

LaunchSettings

This commit is contained in:
Jöran Malek 2025-01-30 01:10:46 +01:00
parent 6c901ea46b
commit 817328f679
2 changed files with 16 additions and 2 deletions

View file

@ -0,0 +1,14 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}

View file

@ -6,10 +6,10 @@
"Dhcp": { "Dhcp": {
"Kea": { "Kea": {
"Dhcp4": { "Dhcp4": {
"Leases": "../../ext/kea/kea-leases4.csv" "Leases": "ext/kea/kea-leases4.csv"
}, },
"Dhcp6": { "Dhcp6": {
"Leases": "../../ext/kea/kea-leases6.csv" "Leases": "ext/kea/kea-leases6.csv"
} }
} }
}, },