#--------------------------------------------------------------------
# ENVIRONMENT
#--------------------------------------------------------------------
CI_ENVIRONMENT = development

#--------------------------------------------------------------------
# APP
#--------------------------------------------------------------------
# Base URL will be auto-detected if left empty, but setting it helper is good.
# Para XAMPP, la URL base debe apuntar a la carpeta pública del proyecto.
app.baseURL = 'https://app.tazzshoppers.com/public/'

#--------------------------------------------------------------------
# DATABASE
#--------------------------------------------------------------------
database.default.hostname = localhost
database.default.database = db_cine
database.default.username = tazzsho1_gus
database.default.password = gustavoflm1
database.default.DBDriver = MySQLi
database.default.port = 3306
