Skip to content

Commit

Permalink
[FIX] (AssignChecklist): Update SMEECLIENT_URL to SMEE_CLIENT_URL in …
Browse files Browse the repository at this point in the history
…inde.jsand env.example files to maintain naming convention

Signed-off-by: AdeyinkaOresanya <adeyinkaoresanya@gmail.com>
  • Loading branch information
adeyinkaoresanya committed May 8, 2024
1 parent f639afe commit 829de1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ DB_PASSWORD=

# smeeClient URL for testing

SMEECLIENT_URL=
SMEE_CLIENT_URL=
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ routes.setupRoutes(app);
const SmeeClient = require("smee-client");
if (process.env.NODE_ENV === "development") {
const smee = new SmeeClient({
source: `${process.env.SMEECLIENT_URL}`,
source: `${process.env.SMEE_CLIENT_URL}`,
target: `http://localhost:${process.env.PORT}/api/event_badging`,
logger: console,
});
Expand Down

0 comments on commit 829de1a

Please sign in to comment.