stitch-a-ton/WebApp/Properties/launchSettings.json

44 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2025-07-26 06:56:07 +07:00
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:47070",
"sslPort": 44330
}
},
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
2025-07-30 22:18:13 +07:00
"launchBrowser": false,
2025-07-26 06:56:07 +07:00
"launchUrl": "swagger",
2025-07-30 22:18:13 +07:00
"applicationUrl": "http://localhost:80",
2025-07-26 06:56:07 +07:00
"environmentVariables": {
2025-07-30 22:18:13 +07:00
"ASPNETCORE_ENVIRONMENT": "Development",
"ASSET_PATH_RO" : "D:/tiles1705/"
2025-07-26 06:56:07 +07:00
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
2025-07-30 22:18:13 +07:00
"launchBrowser": false,
2025-07-26 06:56:07 +07:00
"launchUrl": "swagger",
2025-07-30 22:18:13 +07:00
"applicationUrl": "https://localhost:4430;http://localhost:80",
2025-07-26 06:56:07 +07:00
"environmentVariables": {
2025-07-30 22:18:13 +07:00
"ASPNETCORE_ENVIRONMENT": "Development",
"ASSET_PATH_RO" : "D:/tiles1705/"
2025-07-26 06:56:07 +07:00
}
},
"IIS Express": {
"commandName": "IISExpress",
2025-07-30 22:18:13 +07:00
"launchBrowser": false,
2025-07-26 06:56:07 +07:00
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}