You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

launchSettings.json 339B

123456789101112131415
  1. {
  2. "profiles": {
  3. "TelpoPush.Worker.ThirdSsl": {
  4. "commandName": "Project",
  5. "environmentVariables": {
  6. "DOTNET_ENVIRONMENT": "test"
  7. },
  8. "dotnetRunMessages": true
  9. },
  10. "Container (Dockerfile)": {
  11. "commandName": "Docker"
  12. }
  13. },
  14. "$schema": "http://json.schemastore.org/launchsettings.json"
  15. }