caldb-d
Version:
channeladvisor-localdb server wrapper
22 lines (15 loc) • 559 B
JavaScript
s = {}
//////////////////
// CALDB-D configuration
// The Sequelize database URI for the channeladvisor database
s.dburi = "mysql://username:password@localhost/channeladvisor"
// Developer key for the CADN account.
s.developerKey = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
// Password for your CADN account.
s.password = 'Password!123'
// ChannelAdvisor account ID that you want to use.
s.account = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
// Set this to true when you're done
s.configured = false
//////////////////
module.exports = s