#--------------------------------------------------------------------
# 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 = 'https://wappsi.com/wappsi_apis'
# 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.default.hostname = 162.240.15.242
database.default.username = ewappsi_pruebas
database.default.password = Pruebas2023#
database.default.database = ewappsi_puma_prueba

# Wappsi.com db params
database.wappsi.hostname = 162.240.232.29
database.wappsi.username = wappsi_movil
database.wappsi.password = WpMv2023$
database.wappsi.database = wappsi_wappsiglobal

# Dulcelandia (Produccion 335) Database db params
database.dulcelandia.hostname = 162.240.32.137
database.dulcelandia.username = wwwapp_wp
database.dulcelandia.password = WsJh1357#
database.dulcelandia.database = wwwapp_dulcelandia_20

# Multiprueba (Prueba 333) Database db params
database.multiprueba.hostname = 162.240.14.225
database.multiprueba.username = wwwapp_wp
database.multiprueba.password = WsJh1357#
database.multiprueba.database = wwwapp_multiabastos_prueba_20

# Zafra (Produccion 281) Database db params
database.zafra.hostname = 162.214.192.15
database.zafra.username = wwwapp_wp
database.zafra.password = WsJh1357#
database.zafra.database = wwwapp_zafra_22

# database.tests.hostname = localhost
# database.tests.database = ci4
# database.tests.username = root
# database.tests.password = root
# database.tests.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

#--------------------------------------------------------------------
# ENCRYPTION
#--------------------------------------------------------------------

# encryption.key = 
# encryption.driver = OpenSSL

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

# honeypot.hidden = 'true'
# honeypot.label = 'Fill This Field'
# honeypot.name = 'honeypot'
# honeypot.template = '<label>{label}</label><input type="text" name="{name}" value=""/>'
# honeypot.container = '<div style="display:none">{template}</div>'

#----------------------------------------------------------------------
#JWT_KEY
#----------------------------------------------------------------------
API_KEY = xvDG6LZc7YsoI4yrXuxK

#----------------------------------------------------------------------
#PASSWORD DECODE PARAMS
#----------------------------------------------------------------------

PASSWORD_KEY = TndnTUxZSkg3clJ2RTR0VkdnTEo4a3R0dkpUWXhLR1M=
PASSWORD_IV = gFDfQctFtNPSpiDD

#----------------------------------------------------------------------
#WAPPSI_WEB_ENDPOINT
#----------------------------------------------------------------------
WAPPSI_WEB_SALES_ENDPOINT = /admin/mobile/app_add_sale
WAPPSI_WEB_REGISTER_ENDPOINT = /admin/mobile/app_pos_register_add_movement



