LaunchSettings
This commit is contained in:
parent
6c901ea46b
commit
817328f679
2 changed files with 16 additions and 2 deletions
14
Properties/launchSettings.json
Normal file
14
Properties/launchSettings.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -6,10 +6,10 @@
|
|||
"Dhcp": {
|
||||
"Kea": {
|
||||
"Dhcp4": {
|
||||
"Leases": "../../ext/kea/kea-leases4.csv"
|
||||
"Leases": "ext/kea/kea-leases4.csv"
|
||||
},
|
||||
"Dhcp6": {
|
||||
"Leases": "../../ext/kea/kea-leases6.csv"
|
||||
"Leases": "ext/kea/kea-leases6.csv"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue