Files
server/util/Server/Properties/launchSettings.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
217 B
JSON
Raw Normal View History

{
"profiles": {
"Server": {
"commandName": "Project",
2023-06-08 13:21:03 -04:00
"applicationUrl": "http://localhost:53910/",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
2023-06-08 13:21:03 -04:00
}
}
}
2023-06-08 13:21:03 -04:00
}