Viewing File: /home/assersoft/public_html/doctor-assistant/.env

#--------------------------------------------------------------------
# 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 = 'https://assersoft.com/doctor-assistant/'
# 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 = assersoft_doctor_assistant
database.default.username = assersoft_doctor_assistant_user
database.default.password = 'L.#G34KKC$Gp'
database.default.DBDriver = MySQLi
database.default.DBPrefix =
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 =

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

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

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

# logger.threshold = 4

#--------------------------------------------------------------------
# JWT
#--------------------------------------------------------------------

jwt.jwt_secret = 'this-is-a-secret-ofc'
jwt.jwt_algorithm = 'HS256'
jwt.access_token_expiration = 3600
jwt.refresh_token_expiration = 1209600
jwt.activation_token_expiration = 3600
jwt.reset_password_token_expiration = 3600

#--------------------------------------------------------------------
# Email
#--------------------------------------------------------------------

email.from_email = 'dr@assersoft.com'
email.from_name = 'Doctor Assistant'
email.protocol = 'smtp'
email.mail_path = '/usr/sbin/sendmail'
email.smtp_host = 'ns1.nuwair.net'
email.smtp_user = 'dr@assersoft.com'
email.smtp_pass = 'PIt(Qcn241{h'
email.smtp_port = 587
Back to Directory File Manager