#-------------------------------------------------------------------- # 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 #-------------------------------------------------------------------- # APP #-------------------------------------------------------------------- # app.baseURL = '' # If you have trouble with `.`, you could also use `_`. # app_baseURL = '' # app.forceGlobalSecureRequests = false # app.CSPEnabled = false #-------------------------------------------------------------------- # DATABASE #-------------------------------------------------------------------- database.default.hostname = localhost database.default.database = abccapitalbankco_20#25s1T3Db4daBuK11 database.default.username = abccapitalbankco_LT17pArTAbCcDbUs3r database.default.password = m67qjKW7NJ9G3WP7LF database.default.DBDriver = MySQLi database.default.DBPrefix = usc_ database.default.port = 3306 # If you use MySQLi as tests, first update the values of Config\Database::$tests. # 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.charset = utf8mb4 # database.tests.DBCollat = utf8mb4_general_ci # database.tests.port = 3306 #-------------------------------------------------------------------- # ENCRYPTION #-------------------------------------------------------------------- encryption.key = hex2bin:8a6f52afd03420b2ae6f2e12f8e3e1f9b47ecdebf571cd3c24646a49f57f2c35 #-------------------------------------------------------------------- # Email configuration #-------------------------------------------------------------------- EMAIL_FROM_ADDRESS=ithelp@abccapitalbank.co.ug EMAIL_FROM_NAME=Administrator EMAIL_TO_ADDRESSES=lwegaba@lwegatech.com,admin@ucold.org ADMIN_NOTIFICATION_EMAILS=ithelp@abccapitalbank.co.ug # Email (SMTP) configuration #email.protocol=smtp #email.SMTPHost= #email.SMTPUser= #email.SMTPPass= #email.SMTPPort=465 ##email.SMTPCrypto=ssl #email.SMTPTimeout=10 #email.mailType=html #-------------------------------------------------------------------- # SESSION #-------------------------------------------------------------------- # session.driver = 'CodeIgniter\Session\Handlers\FileHandler' # session.savePath = null #-------------------------------------------------------------------- # LOGGER #-------------------------------------------------------------------- # logger.threshold = 4 #CI FILE MANAGER CI_FM_SECRET= "hex2bin:8a6f52afd03420b2ae6f2e12f8e3e1f9b47ecdebf571cd3c24646a49f57f2c35" CI_FM_FILES_UPLOAD_PATH="media/files" CI_FM_MAX_UPLOAD_SIZE="26214400" CI_FM_ALLOWED_UPLOAD_TYPES="jpg,jpeg,png,gif,webp,pdf,doc,docx,xls,xlsx,zip,rar,txt,jpg,jpeg,png,gif,webp,bmp,tiff,svg,ico,psd,ai,eps,raw,cr2,nef,orw,srw,arw,dng,raf,mrw,erf,kdc,dcr,mos,ptx,pef,x3f,rw2,sr2,3fr,fff,iiq,rwl,nrw,r3d,braw,cin,dpx,exr,hdr,pfm,pcx,tga,dds,xbm,xpm,wbmp,cur,icns,svgz,webp,heic,heif,avif,jfif,pjpeg,pjp,jxl" CI_FM_LAST_MODIFIED_DATE_FORMAT="F j, Y, g:i A" CI_FM_LAST_UPDATED_DATE_FORMAT="F j, Y, g:i A" CI_FM_PRIMARY_COLOR="#416fa1ff" CI_FM_PSECONDARY_COLOR="#0a91c7d6" #-------------------------------------------------------------------- # GOOGLE RECAPTCHA #-------------------------------------------------------------------- RECAPTCHA_SECRET_KEY = "6Lf8FUQsAAAAADKybfynIFuZoEd3gsbKUBEVI4LY" RECAPTCHA_SITE_KEY = "6Lf8FUQsAAAAAGVbcTmajWkfgSCURD7nbG9mvLqk"