Commit cc6623eb authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent ca9f1ad3
Pipeline #110 canceled with stages
......@@ -2,7 +2,7 @@ LOCAL_TOKEN=1145440710:AAE3T-a6inE2ljWszABW3VuLgQeluUiaqTw
SERVER_TOKEN=1145440710:AAE3T-a6inE2ljWszABW3VuLgQeluUiaqTw
HOST_Local=localhost
HOST_Server=172.17.0.1
DB_PASS_SERVER=mahan7797
DB_PASS_SERVER=ramtin1383
CHANNEL_LOCAL=-1001376048500
CHANNEL_SERVER=-1001484268097
HETZNER_TOKEN=gCIC0wViuBRyN6RLgNebsdFbM7bqlJi0Dg8Rppy1IyTWpZsAnSNGlDIOt0pmyA3l
......
......@@ -7,13 +7,13 @@ 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', 'mahan7797', {
const sequelize = new Sequelize('accounting', 'root', 'ramtin1383', {
define: {
charset: 'utf8',
charset: 'utf8',
collate: 'utf8_general_ci'
},
host: '195.201.22.255',
host: '135.181.88.165',
dialect: 'mysql',
logging: false,
......
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