mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 04:09:26 +00:00
finished user store in typscript
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
module.exports = {
|
||||
secret: "mysecret",
|
||||
expiresIn: "7d",
|
||||
};
|
||||
4
backend/src/config/auth.ts
Normal file
4
backend/src/config/auth.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export default {
|
||||
secret: "mysecret",
|
||||
expiresIn: "7d"
|
||||
};
|
||||
Reference in New Issue
Block a user