Skip to content

Commit 829de1a

Browse files
[FIX] (AssignChecklist): Update SMEECLIENT_URL to SMEE_CLIENT_URL in inde.jsand env.example files to maintain naming convention
Signed-off-by: AdeyinkaOresanya <[email protected]>
1 parent f639afe commit 829de1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ DB_PASSWORD=
3333

3434
# smeeClient URL for testing
3535

36-
SMEECLIENT_URL=
36+
SMEE_CLIENT_URL=

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ routes.setupRoutes(app);
4545
const SmeeClient = require("smee-client");
4646
if (process.env.NODE_ENV === "development") {
4747
const smee = new SmeeClient({
48-
source: `${process.env.SMEECLIENT_URL}`,
48+
source: `${process.env.SMEE_CLIENT_URL}`,
4949
target: `http://localhost:${process.env.PORT}/api/event_badging`,
5050
logger: console,
5151
});

0 commit comments

Comments
 (0)