StitchATon2/App/Properties/launchSettings.json

17 lines
418 B
JSON
Raw Normal View History

2025-07-30 07:30:00 +07:00
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "todos",
"applicationUrl": "http://localhost:5088",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASSET_PATH_RO": "C:\\Storage\\tiles1705"
}
}
}
}