#--------------------------------------------------------------------
# Example Environment Configuration file
#--------------------------------------------------------------------

#--------------------------------------------------------------------
# ENVIRONMENT
#--------------------------------------------------------------------

CI_ENVIRONMENT=development         

#--------------------------------------------------------------------
# APP
#--------------------------------------------------------------------
 app.baseURL = 'https://bbt.willisplayground.com/'
# app.forceGlobalSecureRequests = false
# app.CSPEnabled = false

#--------------------------------------------------------------------
# DATABASE
#--------------------------------------------------------------------
 database.default.hostname = localhost
 database.default.database = willisplay_bbt
 database.default.username = willisplay_bbt
 database.default.password = 363213119.363213119
 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.port      = 3306

#--------------------------------------------------------------------
# CONTENT SECURITY POLICY
#--------------------------------------------------------------------
# contentsecuritypolicy.reportOnly = false
# contentsecuritypolicy.defaultSrc = 'none'
# ...

#--------------------------------------------------------------------
# COOKIE
#--------------------------------------------------------------------
# cookie.prefix = ''
# cookie.expires = 0
# cookie.path = '/'
# cookie.domain = ''
# cookie.secure = false
# cookie.httponly = false
# cookie.samesite = 'Lax'

#--------------------------------------------------------------------
# ENCRYPTION
#--------------------------------------------------------------------
# encryption.key =
# encryption.driver = OpenSSL
# encryption.blockSize = 16
# encryption.digest = SHA512

#--------------------------------------------------------------------
# HONEYPOT
#--------------------------------------------------------------------
# honeypot.hidden  = true
# honeypot.label   = 'Fill This Field'
# honeypot.name    = 'honeypot'

#--------------------------------------------------------------------
# SECURITY
#--------------------------------------------------------------------
# security.csrfProtection = 'cookie'
# security.tokenName      = 'csrf_token_name'

#--------------------------------------------------------------------
# SESSION
#--------------------------------------------------------------------
# session.driver        = 'CodeIgniter\Session\Handlers\FileHandler'
# session.cookieName    = 'ci_session'
# session.expiration    = 7200

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

#--------------------------------------------------------------------
# CURLRequest
#--------------------------------------------------------------------
# curlrequest.shareOptions = true

#--------------------------------------------------------------------
# QUICKBOOKS OAUTH SETTINGS
#--------------------------------------------------------------------

QB_CLIENT_ID="AB3z9BGd6RmSOUl9YJlKyx1YzczLzRhjkTfm6LTFuZtvKcvKnN"
QB_CLIENT_SECRET="1RPirVVeekUHqfdsvhVNpnxyLaPvTkd46NrumEPD"
QB_REDIRECT_URI="https://bbt.willisplayground.com/qboauth/callback"

# Numeric ID of the built-in “Undeposited Funds” account
# QB_UNDEPOSITED_ACCTID=123
QB_UNDEPOSITED_ACCTID=4

