Files
web-api-200-examples/wolverine-nats/WolverineAndNats/ApiOne/Properties/launchSettings.json
2026-02-03 08:31:53 -05:00

16 lines
355 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "https://apione.dev.localhost:7131",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}