2018-10-27 01:10:46 +02:00

10 lines
179 B
JavaScript

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