NODE_ENV || const config = configFile[env]; const sequelize = new Sequelize(config.database, config.username, config.password, config); const db ...
確定! 回上一頁