SUBD/node-postgres/config.json

7 lines
151 B
JSON

{
"user" : "postgres" ,
"host" : "192.168.56.105",
"database" : "StudentsMarksBook",
"password" : "password",
"port" : "5432"
}