#--------------------------------------------------------------------
# ENVIRONMENT
#--------------------------------------------------------------------

# CI_ENVIRONMENT = production

#--------------------------------------------------------------------
# APP
#--------------------------------------------------------------------

app.baseURL = 'http://localhost/civ4/public/'
app.forceGlobalSecureRequests = false
app.sessionDriver = 'CodeIgniter\Session\Handlers\FileHandler'
app.sessionCookieName = 'ci_session'
app.sessionExpiration = 7200
app.sessionSavePath = null
app.sessionMatchIP = false
app.sessionTimeToUpdate = 300
app.sessionRegenerateDestroy = false

app.CSPEnabled = false

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

database.default.hostname = localhost
database.default.database = inmobili_inmobiliaria
database.default.username = inmobili_bd
database.default.password = inmobiliaria2012
database.default.DBDriver = MySQLi
database.default.DBPrefix = 
database.default.port = 3306

#--------------------------------------------------------------------
# CONTENT SECURITY POLICY
#--------------------------------------------------------------------

contentsecuritypolicy.reportOnly = false
contentsecuritypolicy.defaultSrc = 'none'
contentsecuritypolicy.scriptSrc = 'self'
contentsecuritypolicy.styleSrc = 'self'
contentsecuritypolicy.imageSrc = 'self'
contentsecuritypolicy.baseURI = 'self'
contentsecuritypolicy.childSrc = 'self'
contentsecuritypolicy.connectSrc = 'self'
contentsecuritypolicy.fontSrc = 'self'
contentsecuritypolicy.formAction = 'self'
contentsecuritypolicy.frameAncestors = 'none'
contentsecuritypolicy.mediaSrc = 'self'
contentsecuritypolicy.objectSrc = 'none'
contentsecuritypolicy.pluginTypes = 'application/pdf'
contentsecuritypolicy.reportURI = ''
contentsecuritypolicy.sandbox = false
contentsecuritypolicy.upgradeInsecureRequests = false