SUBD/all/node-postgres/config.json
2023-05-06 01:41:36 +04:00

7 lines
151 B
JSON

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