10 lines
179 B
JavaScript
10 lines
179 B
JavaScript
module.exports ={
|
|
postgresSQL:{
|
|
user:"postgres",
|
|
host:"localhost",
|
|
database:"SmartShopperDB",
|
|
password:"postgres",
|
|
port:"5432"
|
|
}
|
|
}
|