Files
SPT-Server-Build/Libraries/Core/Properties/launchSettings.json
T
2025-02-08 15:22:25 +00:00

12 lines
266 B
JSON

{
"profiles": {
"Core": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:64951;http://localhost:64952"
}
}
}