first commit
This commit is contained in:
18
sequelize.config.js
Normal file
18
sequelize.config.js
Normal file
@@ -0,0 +1,18 @@
|
||||
require("ts-node/register");
|
||||
|
||||
module.exports = {
|
||||
development: {
|
||||
username: "postgres",
|
||||
password: "root",
|
||||
database: "employee_form",
|
||||
host: "127.0.0.1",
|
||||
dialect: "postgres",
|
||||
},
|
||||
production: {
|
||||
username: "postgres",
|
||||
password: "root",
|
||||
database: "employee_form_prod",
|
||||
host: "127.0.0.1",
|
||||
dialect: "postgres",
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user