Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dormullor authored Aug 30, 2023
1 parent 305067c commit 8c81b63
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 8c81b63

Please sign in to comment.