Skip to content

Commit

Permalink
#581 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman committed Sep 27, 2024
1 parent f1dc5d4 commit 336a3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ setups.getBackendSetups(function (setups) {
CLEARANCE_NUMBER: process.env.CLEARANCE_NUMBER,
ENABLE_MMGIS_WEBSOCKETS: process.env.ENABLE_MMGIS_WEBSOCKETS,
MAIN_MISSION: process.env.MAIN_MISSION,
IS_DOCKER: "test",
IS_DOCKER: process.env.IS_DOCKER,
SKIP_CLIENT_INITIAL_LOGIN: process.env.SKIP_CLIENT_INITIAL_LOGIN,
THIRD_PARTY_COOKIES: process.env.THIRD_PARTY_COOKIES,
PORT: process.env.PORT,
Expand Down

0 comments on commit 336a3e4

Please sign in to comment.