Supercell.Soil/Supercell.Soil.SDK/Properties/launchSettings.json

12 lines
285 B
JSON
Raw Permalink Normal View History

2024-01-21 04:18:08 +00:00
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"Supercell.Soil.SDK": {
"commandName": "Project",
"applicationUrl": "http://*:8080",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}