File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # Reporter Makefile
1+ # Reporter Makefile
22ifneq ("$(wildcard .env.local) ","")
33 include .env.local
44 export
Original file line number Diff line number Diff line change 1- # Reporter Makefile
1+ # Reporter Makefile
22ifneq ("$(wildcard .env.local) ","")
33 include .env.local
44 export
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ const ApplicationName = "reporter"
1111const HeaderXTenantID = "X-Tenant-ID"
1212
1313// ModuleManager identifies the manager component (REST API) for multi-tenant context.
14- const ModuleManager = "manager"
14+ const ModuleManager = "reporter- manager"
1515
1616// ModuleWorker identifies the worker component (RabbitMQ consumer) for multi-tenant context.
17- const ModuleWorker = "worker"
17+ const ModuleWorker = "reporter- worker"
1818
1919// ErrFileAccepted is the Fiber error message when no file is associated with the given form key.
2020const ErrFileAccepted = "there is no uploaded file associated with the given key"
You can’t perform that action at this time.
0 commit comments