Files
Yi.Framework/Yi.Abp.Net8/sample/Acme.BookStore.Web/Properties/launchSettings.json
2024-01-10 17:26:40 +08:00

16 lines
388 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"Acme.BookStore.Web": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:19001",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}