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


#--------------------------------------------------------------------
# This is JS API client ID and secret.
#--------------------------------------------------------------------
JS_ORGANIZATION_ID=392
JS_CLIENT_ID=8X862hK848999
JS_CLIENT_SECRET=eyJhbGciOiJIUzUxMiJ9.eyJleHAiOjE3MTAwNTIxNDV9.N6JQqz4wV5thIDFWNQX12FZ3yYxtvLOhPWYB_06TSsMrbP7aFeZNtUoq0tTJ6OKiPUPgFyQ3FsFc7My8wO8u0Q
#--------------------------------------------------------------------
# This is js public key for using otp rsa encryption
JSBL_PUBLIC_KEY_RSA=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiO1lWgkTZeDWQgXlDF8t92YLYZm/ENvCvKPJNuj9WZfGCF5RIUFaYolb/HAhoAHKxgYRUS81WFfHuMROT+B/d0cW+Ii/sqLzTfFjepExonCj1I8m4WLdBAdZCRlWLo+bdO39OpxfK14XaPmRMdb8+uTpZ0hZBhDzZDnXChCm4fgsn63ZT2VEHdHX8PgmKTViR4VXsvyZCkT60FiEix2JdLCuSGF+tPr9GQnlSDJK4vRCZl+/TD/IaIbeAFWcx0Y6kdLpUBBUHbxY8cXcsr/HfJ6/WMEBSlUCOvbZhrx41yC/182WMPppaqCDeDamDV2T+ufzrQkT1nU40gm9h7uoXwIDAQAB
#--------------------------------------------------------------------
#JWT_SECRET_KEY key is the secret key used by the application to sign JWTS. Pick a stronger one for production.
JWT_SECRET_KEY=7a138f7aba45jwtsecret51IOS7t4882fye6c7a98aa44eea2b8paduawebappsecretkeyb35d52bhyf33ecef41e18BHFPwLb9DzYaXCTlb90wy72QHpRdouAEQ00bJSTUb2RpefSl8bKmikDQqznKBKLCIo9zN9WsdfSZWT1L1WnPvhYMnWebDoc
#JWT_TIME_TO_LIVE indicates the validity period of a signed JWT (in milliseconds)
JWT_TIME_TO_LIVE=3600
#--------------------------------------------------------------------


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

CI_ENVIRONMENT = development

#--------------------------------------------------------------------
# APP
#--------------------------------------------------------------------

app.baseURL = 'http://localhost/zindigiapp/public'
# If you have trouble with `.`, you could also use `_`.
# app_baseURL = ''
# app.forceGlobalSecureRequests = false
# app.CSPEnabled = false

#--------------------------------------------------------------------
# DATABASE
#--------------------------------------------------------------------

#--------------------------------------------------------------------
# WEBDOC DATABASE
#--------------------------------------------------------------------

database.default.hostname = p1403.use1.mysecurecloudhost.com
database.default.database = mangemen_Webdoc
database.default.username = mangemen_AdminUser
database.default.password = 'Webdoc@newPassword#986'
database.default.DBDriver = SQLSRV
database.default.port = 1433


# database.default.hostname = mi3-wsq2.my-hosting-panel.com
# database.default.database = mangemen_Webdoc_Sandbox
# database.default.username = mangemen_UserWebdoc
# database.default.password = Flash@123
# database.default.DBDriver = SQLSRV
# database.default.port = 1433

#--------------------------------------------------------------------
# RSA DATABASE
#--------------------------------------------------------------------

database.rsadb.hostname = mi3-wsq2.my-hosting-panel.com
database.rsadb.database = mangemen_RSA
database.rsadb.username = mangemen_UserWebdoc
database.rsadb.password = Flash@123
database.rsadb.DBDriver = SQLSRV
database.rsadb.port = 1433

#--------------------------------------------------------------------
# RSA DATABASE
#--------------------------------------------------------------------

database.insdb.hostname = mi3-wsq2.my-hosting-panel.com
database.insdb.database = mangemen_KhushalInsurance
database.insdb.username = mangemen_UserWebdoc
database.insdb.password = Flash@123
database.insdb.DBDriver = SQLSRV
database.insdb.port = 1433

# 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 =
# 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 = 'csrf_token_name'
# security.headerName = 'X-CSRF-TOKEN'
# security.cookieName = 'csrf_cookie_name'
# security.expires = 7200
# security.regenerate = true
# security.redirect = false
# security.samesite = 'Lax'

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

# session.driver = 'CodeIgniter\Session\Handlers\FileHandler'
# session.cookieName = 'ci_session'
# session.expiration = 7200
# session.savePath = null
# session.matchIP = false
# session.timeToUpdate = 300
# session.regenerateDestroy = false

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

# logger.threshold = 4

#--------------------------------------------------------------------
# CURLRequest
#--------------------------------------------------------------------

# curlrequest.shareOptions = false
