#--------------------------------------------------------------------
# Example Environment Configuration file
# Copy this file to ".env" and set production values.
# Production settings should live in .env — not in PHP config files.
#--------------------------------------------------------------------

#--------------------------------------------------------------------
# ENVIRONMENT
#--------------------------------------------------------------------
CI_ENVIRONMENT = production

#--------------------------------------------------------------------
# APP
#--------------------------------------------------------------------
app.baseURL = 'http://14.139.92.12/dlrl_koha_api/'
app.indexPage = ''
app.forceGlobalSecureRequests = false
app.CSPEnabled = false

#--------------------------------------------------------------------
# DATABASE
#--------------------------------------------------------------------
database.default.hostname = 14.139.92.12
database.default.database = koha_library
database.default.username = cqr
database.default.password = cqr123
database.default.DBDriver = MySQLi
database.default.DBPrefix =
database.default.port = 3306
database.default.charset = utf8mb4
database.default.DBCollat = utf8mb4_general_ci
database.default.DBDebug = false

#--------------------------------------------------------------------
# API BASIC AUTH
#--------------------------------------------------------------------
api.basic.username = DLRL
api.basic.password = DLRL@2026

#--------------------------------------------------------------------
# PATRON API OPTIONS
#--------------------------------------------------------------------
api.defaultBranchCode = DLRL
api.attributeCodes = DESIG,DIV,RT

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

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