Files
emall-api/FutureMailAPI/Properties/launchSettings.json

24 lines
614 B
JSON
Raw Normal View History

2025-10-16 09:56:36 +08:00
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
2025-10-16 15:21:52 +08:00
"applicationUrl": "http://0.0.0.0:5003",
2025-10-16 09:56:36 +08:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
2025-10-16 15:21:52 +08:00
"applicationUrl": "https://localhost:7236;http://0.0.0.0:5003",
2025-10-16 09:56:36 +08:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}