Skip to content

Commit 85ccede

Browse files
committed
Update default service name
1 parent c12218b commit 85ccede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default {
1616
* @type {string}
1717
* @default upload-service
1818
*/
19-
serviceName: process.env.SERVICE_NAME || 'upload-service',
19+
serviceName: process.env.SERVICE_NAME || 'aws-upload-service',
2020
/**
2121
* Prefix for all routes.
2222
* @type {string}
@@ -238,7 +238,7 @@ export default {
238238
* @type {string="AWS_XRAY", "CLS_HOOKED"}
239239
* @default CLS_HOOKED
240240
*/
241-
type: process.env.SERVICES_TRACE_TYPE || 'CLS_HOOKED',
241+
type: process.env.SERVICES_TRACE_TYPE || 'AWS_XRAY',
242242
/**
243243
* If using Service Discovery to find the daemon address.
244244
* @type {string}

0 commit comments

Comments
 (0)