2018-11-14 00:19:07 +01:00

10 lines
184 B
JavaScript

module.exports ={
postgresSQL:{
user:"postgres",
host:"188.166.124.80",
database:"smartshopperdb",
password:"postgres",
port:"5432"
}
}