mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 11:49:19 +00:00
chore: start adding test envoriment
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
require("dotenv/config");
|
||||
require("../bootstrap");
|
||||
|
||||
module.exports = {
|
||||
define: {
|
||||
@@ -11,5 +11,6 @@ module.exports = {
|
||||
database: process.env.DB_NAME,
|
||||
username: process.env.DB_USER,
|
||||
password: process.env.DB_PASS,
|
||||
storage: "./src/__tests__/database.sqlite",
|
||||
logging: false
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user