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

# For localhost WAMP access
#app.baseURL = 'http://localhost/debit/public/'
app.baseURL = 'https://mm.finflo.online/public/' #live

# For ngrok access (uncomment when using ngrok)
# app.baseURL = 'https://legal-pleasant-prawn.ngrok-free.app/debit/public/'
# 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 = ci4
# database.default.username = root
# database.default.password = root
# database.default.DBDriver = MySQLi
# database.default.DBPrefix =
# database.default.port = 3306

#Remote Database
database.default.database = kasaodjy_mm
database.default.username = kasaodjy_admin
database.default.password = k9pysmxhckAi

# 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:0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef

#--------------------------------------------------------------------
# SESSION
#--------------------------------------------------------------------

# session.driver = 'CodeIgniter\Session\Handlers\FileHandler'
# session.savePath = null

#--------------------------------------------------------------------
# LOGGER
#--------------------------------------------------------------------

# logger.threshold = 4

#--------------------------------------------------------------------
# ADMIN CREDENTIALS
#--------------------------------------------------------------------

admin.username = admin
admin.password = VYsgGyN0MB2Uv1W

#--------------------------------------------------------------------
# MOBILE MONEY API CONFIGURATION
#--------------------------------------------------------------------

# Relworx Mobile Money API
mobile_money.api_base_url = https://payments.relworx.com/api
mobile_money.api_endpoint = /mobile-money/request-payment
mobile_money.api_key = c786fea736addb.WsdjDxvz5L1Aw800Q-p3fA
mobile_money.account_no = REL4737AB23A9
mobile_money.verify_ssl = false

# Cardyfie API Configuration
cardyfie.api_base_url = https://core.cardyfie.com/api
cardyfie.environment = sandbox
cardyfie.api_key = pub_8q1SWe4C48UGjtfxAs8gbWh2xu9uCJHbsUsAVhmOOsjhSzmkSrTeDTsFKdhsmAtdgFr3QfxzbdMQn4vSDwQNHtQx6rvyKN3hGMwyEp1vGWqRp56Rpq6e8eSJ
#cardyfie.secret_key = sec_SiwetuDnB4pK2HQme68ojcsOgfAqeblod3loAj4ontraicz9Rt9Z7MYrHxxZWSMopQhbwz16fpoegrzFCgRVBJBvkNkhNHdanyAh8t1Xp4pEvWCCEMBAFVyW
cardyfie.webhook_secret = w_sec_tSkYJavVhyDgjePtBRlMFquNNtXR2qzZXgWKcxQmr785gK3VYpG2hmF5wp7DHsbmZX42757KSFdaTVumPvhkoaq97TfKHujXfd91fsnmV17qZrAkcT68Cwd3
cardyfie.verify_ssl = true

# PesaPal
pesapal.environment = production
pesapal.consumer_key = 1C9IXRWCBQr+Qb3tM/RYwFJ6QyFtmIsM
pesapal.consumer_secret = "v1sYti0HwCCD7ThNCoGDuSu0sOs="
pesapal.currency = UGX
pesapal.ipn_url = https://mm.finflo.online/public/pesapal-ipn
pesapal.callback_base_url = https://mm.finflo.online/public/
pesapal.notification_id = 2b105333-ca35-41df-b7b5-dac1a5818f20

#--------------------------------------------------------------------
# YEMScan / YEMChain API (https://yemscan.com/api/)
# Required for api/yemscan/* endpoints. Request access from YEM Foundation.
# Rate limit: 10 requests per minute per API key.
#--------------------------------------------------------------------
yemscan.api_base_url = https://yemscan.com/api
yemscan.api_key = pk_live_ea9c12b6b6a21c8c02acbd182d7f5ee
yemscan.custom_domain = finflo.app
yemscan.pernum = 1001296648
yemscan.uid = 1296648
yemscan.verify_ssl = true
yemscan.foundation_api_url = https://yem.foundation/api
yemscan.foundation_platform_name = FinFlo
yemscan.foundation_api_key = pk_live_ea9c12b6b6a21c8c02acbd182d7f5ee
yemscan.foundation_custom_domain = finflo.online
yemscan.foundation_pernum = 1001296648
yemscan.foundation_uid = 1296648
yemscan.cron_key=TfKHujXfd91fsnmV17qZrAkcT68Cwd3

nowpayments.api_key="2CG047F-8SSMPY5-NQK0Q55-VRRT5D3"
nowpayments.bearer_token=""

nowpayments.auth_email="finfloug@gmail.com"
nowpayments.auth_password="Snb2MBYcb@YFwL7"
