Skip to content

Commit 53925da

Browse files
fix(authentication): rebuild
1 parent d19b44d commit 53925da

File tree

1 file changed

+1
-1
lines changed
  • microservices/authentication/src/constants

1 file changed

+1
-1
lines changed

microservices/authentication/src/constants/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const MS_WORKERS = Number(process.env.MS_WORKERS) || 5;
1414
const MS_ENABLE_REMOTE_MIDDLEWARE = Number(process.env.MS_ENABLE_REMOTE_MIDDLEWARE ?? 1);
1515
const MS_JWT_PARAMS = JSON.parse(process.env.MS_JWT_PARAMS || '{}');
1616
const MS_JWT_SECRET_KEY = process.env.MS_JWT_SECRET_KEY || undefined;
17-
const MS_REMOTE_CONFIG = Number(process.env.MS_REMOTE_CONFIG || 1);
1817
const IS_SECURE_COOKIE = Boolean(Number(process.env.IS_SECURE_COOKIE || 1));
18+
const MS_REMOTE_CONFIG = Number(process.env.MS_REMOTE_CONFIG || 1);
1919

2020
const DB_FROM_CONFIG_MS = Number(process.env.DB_FROM_CONFIG_MS ?? 1);
2121
const DB_ENV = {

0 commit comments

Comments
 (0)