Skip to content

Commit a640143

Browse files
author
khanh2906
committed
update version v0.6.10
1 parent 1da4b26 commit a640143

File tree

1 file changed

+3
-3
lines changed
  • lib/stubs/template/src/configs

1 file changed

+3
-3
lines changed

lib/stubs/template/src/configs/auth.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ module.exports = {
1414
credentials: false
1515
},
1616
session: {
17-
secret: process.env.SESSION_SECRET ?? ""
17+
secret: process.env.SESSION_SECRET ?? "SESSION_SECRET"
1818
},
1919
cookie: {
20-
secret: process.env.COOKIE_SECRET ?? ""
20+
secret: process.env.COOKIE_SECRET ?? "COOKIE_SECRET"
2121
},
22-
socketToken: process.env.TOKEN_SOCKET ?? "",
22+
socketToken: process.env.TOKEN_SOCKET ?? "TOKEN_SOCKET",
2323
/**
2424
* Learn more at:
2525
* @link https://www.npmjs.com/package/@knfs-tech/bamimi-auth

0 commit comments

Comments
 (0)