Files
PlexAutomatization/AutomatizationCore/AutomatizationCoreApp/Properties/launchSettings.json

18 lines
454 B
JSON

{
"profiles": {
"AutomatizationCoreApp": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": "true",
"applicationUrl": "http://localhost:5000;https://localhost:5001"
},
"Docker": {
"commandName": "Docker",
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"publishAllPorts": true,
"useSSL": true
}
}
}