Files
agologum/api/Properties/launchSettings.json
Blitblank 9b6a4c75b9
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
add crud to api
2026-03-10 22:49:14 -05:00

24 lines
624 B
JSON

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