10 lines
184 B
JavaScript
10 lines
184 B
JavaScript
module.exports ={
|
|
postgresSQL:{
|
|
user:"postgres",
|
|
host:"188.166.124.80",
|
|
database:"smartshopperdb",
|
|
password:"postgres",
|
|
port:"5432"
|
|
}
|
|
}
|