#--------------------------------------------------------------------
# ENVIRONMENT production | development
#--------------------------------------------------------------------
CI_ENVIRONMENT = production
app.secret_key = f47a94f46dcdf5594362c596200351114b528eea1f4419a1c8aaffcc281848c6

# If you have trouble with `.`, you could also use `_`.
# app_baseURL = ''
# app.forceGlobalSecureRequests = false
# app.CSPEnabled = false

#--------------------------------------------------------------------
# DATABASE
#--------------------------------------------------------------------

database.default.hostname = localhost
database.default.database = smartstore
database.default.username = smartstore
database.default.password = 123456
database.default.DBDriver = MySQLi
database.default.port = 3306
# database.default.DBPrefix =

#--------------------------------------------------------------------
# ENCRYPTION
#--------------------------------------------------------------------
encryption.key = b5493fbc47d24696bef266a1c53d0019



#--------------------------------------------------------------------
# SESSION
#--------------------------------------------------------------------
# session.driver = 'CodeIgniter\Session\Handlers\FileHandler'
# session.savePath = null

#--------------------------------------------------------------------
# LOGGER
#--------------------------------------------------------------------
#logger.threshold = 4

