We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12218b commit 85ccedeCopy full SHA for 85ccede
src/config.ts
@@ -16,7 +16,7 @@ export default {
16
* @type {string}
17
* @default upload-service
18
*/
19
- serviceName: process.env.SERVICE_NAME || 'upload-service',
+ serviceName: process.env.SERVICE_NAME || 'aws-upload-service',
20
/**
21
* Prefix for all routes.
22
@@ -238,7 +238,7 @@ export default {
238
* @type {string="AWS_XRAY", "CLS_HOOKED"}
239
* @default CLS_HOOKED
240
241
- type: process.env.SERVICES_TRACE_TYPE || 'CLS_HOOKED',
+ type: process.env.SERVICES_TRACE_TYPE || 'AWS_XRAY',
242
243
* If using Service Discovery to find the daemon address.
244
0 commit comments