mirror of
https://github.com/NecroticBamboo/QRBee.git
synced 2025-12-21 12:11:53 +00:00
25 lines
643 B
JSON
25 lines
643 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
|
"iisSettings": {
|
|
"windowsAuthentication": false,
|
|
"anonymousAuthentication": true,
|
|
"iisExpress": {
|
|
"applicationUrl": "http://localhost:1103",
|
|
"sslPort": 44300
|
|
}
|
|
},
|
|
"profiles": {
|
|
"QRBeeApi": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"launchBrowser": false,
|
|
"launchUrl": "swagger",
|
|
"applicationUrl": "https://localhost:7000;http://localhost:5000",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"LOGS_ROOT": "C:\\Users\\andre\\logs"
|
|
}
|
|
}
|
|
}
|
|
}
|