196 lines
5.8 KiB
Plaintext
196 lines
5.8 KiB
Plaintext
#--------------------------------------------------------------------
|
|
# ENVIRONMENT
|
|
#--------------------------------------------------------------------
|
|
|
|
CI_ENVIRONMENT = development
|
|
|
|
#--------------------------------------------------------------------
|
|
# APP
|
|
#--------------------------------------------------------------------
|
|
|
|
app.baseURL =
|
|
app.appTimezone = 'Asia/Kolkata'
|
|
# If you have trouble with `.`, you could also use `_`.
|
|
# app_baseURL = ''
|
|
# app.forceGlobalSecureRequests = false
|
|
# app.CSPEnabled = false
|
|
|
|
#--------------------------------------------------------------------
|
|
# DATABASE
|
|
#--------------------------------------------------------------------
|
|
DB_SSL_ENABLE = false
|
|
database.default.hostname =
|
|
database.default.database =
|
|
database.default.username =
|
|
database.default.password =
|
|
# database.default.DBDriver = MySQLi
|
|
# database.default.DBPrefix =
|
|
# database.default.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 = 28800
|
|
# session.savePath = null
|
|
# session.matchIP = false
|
|
# session.timeToUpdate = 300
|
|
# session.regenerateDestroy = false
|
|
|
|
#--------------------------------------------------------------------
|
|
# LOGGER
|
|
#--------------------------------------------------------------------
|
|
|
|
logger.threshold = 4
|
|
|
|
#--------------------------------------------------------------------
|
|
# CURLRequest
|
|
#--------------------------------------------------------------------
|
|
|
|
# curlrequest.shareOptions = true
|
|
|
|
GOOGLE_OAUTH_APP_NAME =
|
|
#GOOGLE_OAUTH_CLIENT_ID =
|
|
#GOOGLE_OAUTH_CLIENT_SECRET =
|
|
|
|
GOOGLE_OAUTH_CLIENT_ID =
|
|
GOOGLE_OAUTH_CLIENT_SECRET =
|
|
GOOGLE_OAUTH_REDIRECT_URI =
|
|
GOOGLE_OAUTH_SCOPES =
|
|
App_Url =
|
|
NHANCE_LOGO =
|
|
helpdeskURL =
|
|
TOKENTIMEOUT =
|
|
POST_ENROLLMENT_APP_LINK =
|
|
GDRIVE_ROOT_FOLDER_ID =
|
|
|
|
|
|
email.fromEmail =
|
|
email.fromName =
|
|
ZEPTO_API_KEY =
|
|
email.SMTPPass =
|
|
|
|
#--------------------------------------------------------------------
|
|
# SET COOKIE DATA
|
|
#--------------------------------------------------------------------
|
|
cookie.Path = '/';
|
|
cookie.Domain = '.nhanceindia.in'; //Enter Domain Name with preceding .(dot) -> .nhanceindia.in
|
|
cookie.secure = 'true';// if https set as true or if http set as false
|
|
|
|
unlayer.projectID =
|
|
email.enquiryMail =
|
|
|
|
POST_ENROLLMENT_BASEURL =
|
|
|
|
database.postDB.hostname =
|
|
database.postDB.database =
|
|
database.postDB.username =
|
|
database.postDB.password =
|
|
database.postDB.DBDriver =
|
|
database.postDB.DBPrefix =
|
|
database.postDB.port =
|
|
|
|
POST_ENROLLMENT_BASEURL =
|
|
|
|
#SMS
|
|
SMS_API_KEY =
|
|
SMS_SENDER_ID =
|
|
SMS_TEMPLATE_ID =
|
|
SMS_SERVICE_NAME =
|
|
SMS_APP_NAME =
|
|
|
|
# CORS Configuration
|
|
CORS_ALLOWED_ORIGINS=
|
|
CORS_ALLOW_CREDENTIALS=true
|
|
CORS_ALLOWED_METHODS=GET,POST,PUT,PATCH,DELETE,OPTIONS
|
|
CORS_ALLOWED_HEADERS=Content-Type,Authorization,X-Requested-With,Accept,Origin,App-Signature
|
|
CORS_EXPOSE_HEADERS=X-Total-Count,X-Page-Count,X-RateLimit-Remaining
|
|
CORS_MAX_AGE=7200
|
|
CORS_DEBUG=true
|
|
|
|
APP_SIGNATURE =
|
|
TOKENTIMEOUT =
|
|
JWT_SECRET =
|
|
|
|
|
|
#--------------------------------------------------------------------
|
|
# OTP Configuration
|
|
#--------------------------------------------------------------------
|
|
|
|
DEFAULT_OTP = ''
|
|
IS_SEND_EMAIL_OTP =
|
|
IS_SEND_SMS_OTP = |