Commit 67e1031a authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent c7c736a5
......@@ -393,7 +393,7 @@ async function runCron() {
connection: {
host: '135.181.88.165',
user: 'root',
password: '🇦🇪ramtin1383',
password: 'ramtin1383',
database: 'accounting',
}, dumpToFile: name,
});
......
......@@ -7,7 +7,7 @@ const dbAddress = process.env.DEBUG === 'true' ? process.env.HOST_Local : proces
const dbPassword = process.env.DEBUG === 'true' ? 'root' : process.env.DB_PASS_SERVER;
const sequelize = new Sequelize('accounting', 'root', '🇦🇪ramtin1383', {
const sequelize = new Sequelize('accounting', 'root', 'ramtin1383', {
define: {
charset: 'utf8',
charset: 'utf8',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment