From 5b83c3032793d673b6a9e3cf478a6cc6f93c353d Mon Sep 17 00:00:00 2001 From: jjstyle Date: Wed, 17 Dec 2025 15:20:03 +0900 Subject: [PATCH] =?UTF-8?q?env=20=EC=82=AC=EC=9A=A9=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..ab46ae0 --- /dev/null +++ b/.env @@ -0,0 +1,64 @@ +#-------------------------------------------------------------------- +# 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 = 'http://test2.admin.confirms.co.kr/' +# If you have trouble with `.`, you could also use `_`. +# app_baseURL = '' +# app.forceGlobalSecureRequests = false +# app.CSPEnabled = false +#-------------------------------------------------------------------- +# DATABASE +#-------------------------------------------------------------------- +database.default.hostname = 192.168.10.246 +database.default.database = db_confirms +database.default.username = confirms +database.default.password = zjsvjatm +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 +#-------------------------------------------------------------------- +# Redis +#-------------------------------------------------------------------- +redis.default.host = redis +redis.default.port = 6379 +redis.default.password = +redis.default.database = 10 +redis.default.timeout = 0 +#-------------------------------------------------------------------- +# LOGGER +#-------------------------------------------------------------------- +# logger.threshold = 4 \ No newline at end of file