#--------------------------------------------------------------------

# 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_STATUS = installed
app.baseURL = 'https://safe-payment.palkipay.xyz/'
BASE_SITE   = 'https://palkipay.xyz/'

# If you have trouble with `.`, you could also use `_`.

# app_baseURL = 'https://local.expensivepay.com'

# app.forceGlobalSecureRequests = false

# app.CSPEnabled = false

#--------------------------------------------------------------------

# DATABASE

#--------------------------------------------------------------------

database.default.hostname = localhost
database.default.database = palkipay_pay
database.default.username = palkipay_pay
database.default.password = =~4oEm5}u*%Pg.q3
database.default.DBDriver = MySQLi
database.default.DBPrefix = 
database.default.port = 3306

# database.tests.hostname = localhost

# database.tests.database = ci4_test

# database.tests.username = root

# database.tests.password = root

# database.tests.DBDriver = MySQLi

# database.tests.DBPrefix =

# database.tests.port = 3306

#--------------------------------------------------------------------

# CONTENT SECURITY POLICY

#--------------------------------------------------------------------

# contentsecuritypolicy.reportOnly = false

# contentsecuritypolicy.defaultSrc = 'none'

# contentsecuritypolicy.scriptSrc = 'self'

# contentsecuritypolicy.styleSrc = 'self'

# contentsecuritypolicy.imageSrc = 'self'

# contentsecuritypolicy.baseURI = null

# contentsecuritypolicy.childSrc = null

# contentsecuritypolicy.connectSrc = 'self'

# contentsecuritypolicy.fontSrc = null

# contentsecuritypolicy.formAction = null

# contentsecuritypolicy.frameAncestors = null

# contentsecuritypolicy.frameSrc = null

# contentsecuritypolicy.mediaSrc = null

# contentsecuritypolicy.objectSrc = null

# contentsecuritypolicy.pluginTypes = null

# contentsecuritypolicy.reportURI = null

# contentsecuritypolicy.sandbox = false

# contentsecuritypolicy.upgradeInsecureRequests = false

# contentsecuritypolicy.styleNonceTag = '{csp-style-nonce}'

# contentsecuritypolicy.scriptNonceTag = '{csp-script-nonce}'

# contentsecuritypolicy.autoNonce = true

#--------------------------------------------------------------------

# COOKIE

#--------------------------------------------------------------------

cookie.prefix = ''
cookie.expires = 0
cookie.path = '/'
cookie.domain = ''
cookie.secure = false
cookie.httponly = false
cookie.samesite = 'Lax'
cookie.raw = false

#--------------------------------------------------------------------

# ENCRYPTION

#--------------------------------------------------------------------

encryption.key = hex2bin:5bb2d77d348b813ac22a67032e9d8a6aaf0e401812608f1dc12cfc85331f489a
encryption.driver = OpenSSL
encryption.blockSize = 16
encryption.digest = SHA512

#--------------------------------------------------------------------

# 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>'

#--------------------------------------------------------------------

# SECURITY

#--------------------------------------------------------------------

security.csrfProtection = 'cookie'
security.tokenRandomize = false
security.tokenName = 'token'
security.headerName = 'X-CSRF-TOKEN'
security.cookieName = 'token'
security.expires = 7200
security.regenerate = false
security.redirect = false
security.samesite = 'Lax'

#--------------------------------------------------------------------

# SESSION

#--------------------------------------------------------------------

app.sessionDriver = CodeIgniter\Session\Handlers\FileHandler
app.sessionCookieName = sess
app.sessionSavePath = ci_sessions
app.sessionMatchIP = false
app.sessionTimeToUpdate = 300
app.sessionRegenerateDestroy = false

#--------------------------------------------------------------------

# LOGGER

#--------------------------------------------------------------------

logger.threshold = 3

#--------------------------------------------------------------------

# CURLRequest

#--------------------------------------------------------------------

# curlrequest.shareOptions = true
