Files
social-media/backend/Properties/launchSettings.json

15 lines
372 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"Hutopy.Web - DEV": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "https://0.0.0.0:5001;http://0.0.0.0:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}