StitchATon2/App/Properties/launchSettings.json
2025-07-30 07:30:00 +07:00

16 lines
418 B
JSON

{
"$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"
}
}
}
}