Nodejs-Refresh-Token/backend/database.json
2023-05-25 21:11:51 +03:00

19 lines
325 B
JSON

{
"dev": {
"driver": "pg",
"host": "localhost",
"port": 5432,
"database": "authentication",
"user": "admin",
"password": "admin"
},
"test": {
"driver": "pg",
"host": "localhost",
"port": 5432,
"database": "authentication_test",
"user": "admin",
"password": "admin"
}
}