test cloud

This commit is contained in:
2022-11-03 15:01:59 -05:00
parent d2cb5b51ba
commit 1024503f12
4 changed files with 35 additions and 13 deletions

16
src/config.js Normal file
View File

@@ -0,0 +1,16 @@
const config = {
db:{
host: '192.168.10.150',
port: 3306,
user: 'admin',
pswd: 'Dx.1706%',
db_a: 'TELCOTRONICS',
debg: false,
sock: '/'
},
dir:{
root_dir: '/home/pablinux/Projects/Node/APP-SIGMA-WEB/src/public/files/',
path_dir: __dirname,
},
}
module.exports = config;