83 lines
2.8 KiB
Bash
83 lines
2.8 KiB
Bash
#--------------------------------------------------------------------
|
|
# 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
|
|
|
|
CI_ENVIRONMENT = development
|
|
|
|
#--------------------------------------------------------------------
|
|
# APP
|
|
#--------------------------------------------------------------------
|
|
|
|
|
|
# app.baseURL = 'https://localhost/bb_sign/'
|
|
# If you have trouble with `.`, you could also use `_`.
|
|
# app_baseURL = ''
|
|
# app.forceGlobalSecureRequests = false
|
|
# app.CSPEnabled = false
|
|
|
|
#--------------------------------------------------------------------
|
|
# DATABASE
|
|
#--------------------------------------------------------------------
|
|
database.default.hostname = 119.18.54.85
|
|
database.default.database = venbaehn_bbsign
|
|
database.default.username = venbaehn_bbsignuser
|
|
database.default.password = '==i;}YaUySEm'
|
|
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
|
|
|
|
|
|
|
|
|
|
whatsAppToken = 'EAARGyzEtu2kBO1mK3ILZAvZCd8D3QNpHo2uU5SWZBXbZC3eNL9hFpZA5WebolazilZA0RfU0zdu6gNZAW1yGCYiXFgZBC1YQfZBErv0QKAYQAT9wMOTy2f0C3m4ZAK8ZCwt3mGlURfa6m2uUCyNK4qEUy2Evx7scd8aanXLFr8MJUbVNJP8BPPSpUJW4A0dZAaci56lrPGnw0hV7jV9ISGmDLNYZD';
|
|
|
|
|
|
API_KEY = 'HgvlULWCIrs'; // Your API key
|
|
DLT_Template_ID = '1107171922342349877'; // DLT Template ID
|
|
SENDER_ID = 'LDRCHN'; // Sender ID
|
|
SERVICE_NAME = 'TEMPLATE_BASED'; // Service name
|