mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 04:09:26 +00:00
Start using sequelize migrations
This commit is contained in:
4
backend/src/config/auth.js
Normal file
4
backend/src/config/auth.js
Normal file
@@ -0,0 +1,4 @@
|
||||
module.exports = {
|
||||
secret: "mysecret",
|
||||
expiresIn: "7d",
|
||||
};
|
||||
@@ -11,5 +11,5 @@ module.exports = {
|
||||
database: process.env.DB_NAME,
|
||||
username: process.env.DB_USER,
|
||||
password: process.env.DB_PASS,
|
||||
logging: false,
|
||||
logging: true,
|
||||
};
|
||||
Reference in New Issue
Block a user