Skip to content

Commit

Permalink
feat: rename instance => stream
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed May 8, 2021
1 parent b6cbd04 commit e246e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ if (argv['api-key']) {
socket = io(argv['api-url'], {
query: {
hostname: os.hostname(),
instance: uuid(),
name: argv.name || os.hostname() + ' ' + nanoid(),
stream: uuid(),
tags: argv.tags || '',
token: String(argv['api-key']),
version: '1.0.0',
Expand Down

0 comments on commit e246e1e

Please sign in to comment.