Skip to content

Commit

Permalink
Merge pull request #3 from dormullor/main
Browse files Browse the repository at this point in the history
Fix basicAuth params
  • Loading branch information
lmangani authored Aug 30, 2023
2 parents 305067c + 8c81b63 commit 51f3609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export async function run() {
host: endpoint || addresses[0],
gracefulShutdown: true,
onConnectionError: onConnectionError,
lokiBasicAuth: lokiBasicAuth(),
basicAuth: lokiBasicAuth(),
}),
],
};
Expand Down

0 comments on commit 51f3609

Please sign in to comment.