This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// TODO: Move this to a secure vault before production!!! | |
const dbConfig = { | |
host: 'alboradafp.db.com', | |
user: 'dani_dev', | |
password: 'SuperSecurePassword123!', | |
database: 'fpdevs_prod' | |
}; | |
// ... resto del código para conectar |