Commit 3c931cc8 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 47fcf885
......@@ -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('node', 'root', dbPassword, {
const sequelize = new Sequelize('accounting', 'root', dbPassword, {
define: {
charset: 'utf8',
charset: 'utf8',
......
......@@ -150,6 +150,11 @@
"resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
"integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak="
},
"dotenv": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-6.2.0.tgz",
"integrity": "sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w=="
},
"dottie": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/dottie/-/dottie-2.0.1.tgz",
......
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