#--------------------------------------------------------------------
# Example Environment Configuration file
#
# This file can be used as a starting point for your own
# custom .env files, and contains most of the possible settings
# available in a default install.
#
# By default, all of the settings are commented out. If you want
# to override the setting, you must un-comment it by removing the '#'
# at the beginning of the line.
#--------------------------------------------------------------------

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

# CI_ENVIRONMENT = production
 CI_ENVIRONMENT = development
#--------------------------------------------------------------------
# APP
#--------------------------------------------------------------------

# app.baseURL = ''
# app.forceGlobalSecureRequests = false

# app.sessionDriver = 'CodeIgniter\Session\Handlers\FileHandler'
# app.sessionCookieName = 'ci_session'
# app.sessionSavePath = NULL
# app.sessionMatchIP = false
# app.sessionTimeToUpdate = 300
# app.sessionRegenerateDestroy = false

# app.cookiePrefix = ''
# app.cookieDomain = ''
# app.cookiePath = '/'
# app.cookieSecure = false
# app.cookieHTTPOnly = false

# app.CSRFProtection  = false
# app.CSRFTokenName   = 'csrf_test_name'
# app.CSRFCookieName  = 'csrf_cookie_name'
# app.CSRFExpire      = 7200
# app.CSRFRegenerate  = true
# app.CSRFExcludeURIs = []

# app.CSPEnabled = false

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

# database.bodegon.hostname = localhost
# database.bodegon.database = tablahip_bodegon
# database.bodegon.username = admin
# database.bodegon.password = toortoor
# database.bodegon.DBDriver = MySQLi

# database.thSipacha.hostname = localhost
# database.thSipacha.database = tablahip_tabla
# database.thSipacha.username = admin
# database.thSipacha.password = toortoor
# database.thSipacha.DBDriver = MySQLi

# database.thSipachaVirtual.hostname = localhost
# database.thSipachaVirtual.database = tablahip_tablaweb3
# database.thSipachaVirtual.username = admin
# database.thSipachaVirtual.password = toortoor
# database.thSipachaVirtual.DBDriver = MySQLi


 database.bodegon.hostname = localhost
 database.bodegon.database = tablahip_bodegon
 database.bodegon.username = tablahip_admin3
 database.bodegon.password = 1Fsv9xAadP8Uo
 database.bodegon.DBDriver = MySQLi

 database.thSipacha.hostname = localhost
 database.thSipacha.database = tablahip_tabla
 database.thSipacha.username = tablahip_tabla
 database.thSipacha.password = TablaHipica2018.
 database.thSipacha.DBDriver = MySQLi

 database.thSipachaVirtual.hostname = localhost
 database.thSipachaVirtual.database = tablahip_tablaweb3
 database.thSipachaVirtual.username = tablahip_admin3
 database.thSipachaVirtual.password = 1Fsv9xAadP8Uo
 database.thSipachaVirtual.DBDriver = MySQLi
 
#--------------------------------------------------------------------
# CONTENT SECURITY POLICY
#--------------------------------------------------------------------

# contentsecuritypolicy.reportOnly = false
# contentsecuritypolicy.defaultSrc = 'none'
# contentsecuritypolicy.scriptSrc = 'self'
# contentsecuritypolicy.styleSrc = 'self'
# contentsecuritypolicy.imageSrc = 'self'
# contentsecuritypolicy.base_uri = null
# contentsecuritypolicy.childSrc = null
# contentsecuritypolicy.connectSrc = 'self'
# contentsecuritypolicy.fontSrc = null
# contentsecuritypolicy.formAction = null
# contentsecuritypolicy.frameAncestors = null
# contentsecuritypolicy.mediaSrc = null
# contentsecuritypolicy.objectSrc = null
# contentsecuritypolicy.pluginTypes = null
# contentsecuritypolicy.reportURI = null
# contentsecuritypolicy.sandbox = false
# contentsecuritypolicy.upgradeInsecureRequests = false

#--------------------------------------------------------------------
# HONEYPOT
#--------------------------------------------------------------------

#  honeypot.hidden = 'true'
#  honeypot.label = 'Fill This Field'
#  honeypot.name = 'honeypot'
#  honeypot.template = '<label>{label}</label><input type="text" name="{name}" value=""/>'
