Files
WyvernInventory/WyvernInventory.API/Properties/launchSettings.json
T
rickcowan 75c381e645 Removed strongly typed inventory objects
Added EAV inventory types

Added EAV object handling philosophy

Added controllers

Added EF Core migration integration
2026-05-02 19:20:34 -05:00

24 lines
615 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "http://0.0.0.0:5244",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "https://0.0.0.0:7048;http://0.0.0.0:5244",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}