#--------------------------------------------------------------------
#--------------------------------------------------------------------
#--------------------------------------------------------------------
#--------------------------------------------------------------------
CI_ENVIRONMENT = production
#--------------------------------------------------------------------
#--------------------------------------------------------------------
app.baseURL = 'http://ecom.test/' app.indexPage = ''
#--------------------------------------------------------------------
#--------------------------------------------------------------------
database.default.hostname = localhost database.default.database = ecom database.default.username = root database.default.password = database.default.DBDriver = MySQLi
#--------------------------------------------------------------------
#-------------------------------------------------------------------- email.fromEmail = "no-reply@tuaempresa.com" email.fromName = "Ecom System" #--------------------------------------------------------------------
#-------------------------------------------------------------------- email.protocol = smtp email.SMTPHost = smtp.tuaempresa.com email.SMTPUser = no-reply@tuaempresa.com email.SMTPPass = "tua_senha_super_secreta" email.SMTPPort = 587 email.SMTPCrypto = tls #--------------------------------------------------------------------
#-------------------------------------------------------------------- email.mailType = html email.charset = utf-8 email.wordWrap = true #--------------------------------------------------------------------
#--------------------------------------------------------------------
#--------------------------------------------------------------------
#--------------------------------------------------------------------
#--------------------------------------------------------------------
#-------------------------------------------------------------------- logger.threshold = 4