intern-Assignment/Sequelize-library/sequelize/config/config.json
2025-01-31 15:20:39 +05:30

24 lines
503 B
JSON

{
"development": {
"username": "postgres",
"password": "password",
"database": "registeredUsers",
"host": "localhost",
"dialect": "postgres"
},
"test": {
"username": "postgres",
"password": "password",
"database": "registeredUsers_test",
"host": "localhost",
"dialect": "postgres"
},
"production": {
"username": "postgres",
"password": "password",
"database": "registeredUsers_prod",
"host": "localhost",
"dialect": "postgres"
}
}