Skip to content

Commit

Permalink
Merge pull request #5 from PaaS-Shack/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
FLYBYME authored Oct 1, 2023
2 parents e2ea903 + fb5ac5f commit 298967e
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 232 deletions.
2 changes: 1 addition & 1 deletion moleculer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ module.exports = {

// Enable built-in tracing function. More info: https://moleculer.services/docs/0.14/tracing.html
tracing: {
enabled: true,
enabled: false,
// Available built-in exporters: "Console", "Datadog", "Event", "EventLegacy", "Jaeger", "Zipkin"
exporter: {
type: "Console", // Console exporter is only for development!
Expand Down
19 changes: 19 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
},
"dependencies": {
"config-mixin": "git+https://github.com/PaaS-Shack/config-mixin.git",
"flat": "^6.0.1",
"middlewares": "git+https://github.com/PaaS-Shack/middlewares.git",
"moleculer": "^0.14.26",
"nats": "^2.7.1"
Expand Down
Loading

0 comments on commit 298967e

Please sign in to comment.