slaventius 2 years ago
parent 3d446dc7a9
commit cc58cf9f93
  1. 4
      .vscode/launch.json

@ -12,9 +12,9 @@
"program": "${workspaceRoot}/cmd/main.go",
"env": {
"APP_PORT": "9995",
"KAFKA_PORT": "9092",
"KAFKA_PORT": "19092",
"KAFKA_HOST": "37.143.12.169",
"SENTRY_DSN": "https://3f4b31dbbd9a4a6b8a71f9881d962f25@o4504654569799680.ingest.sentry.io/4504654572683264"
// "SENTRY_DSN": "https://3f4b31dbbd9a4a6b8a71f9881d962f25@o4504654569799680.ingest.sentry.io/4504654572683264"
},
"args": []
}

Loading…
Cancel
Save