Files
chess/TURN.Services.Chess/Properties/launchSettings.json
T
Aleksandr Popov 171b640230 editorconfig added,
modelbuilder fix for local connString
2023-06-26 08:58:42 +02:00

19 lines
477 B
JSON

{
"profiles": {
"TURN.Services.Chess": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:14721;http://localhost:14722"
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"publishAllPorts": true,
"useSSL": true
}
}
}