From cba5e3b86ecd5f5730d939fa7a1f8d7be876ea6e Mon Sep 17 00:00:00 2001 From: jjstyle Date: Mon, 22 Dec 2025 13:47:19 +0900 Subject: [PATCH] Stop tracking .env file --- .env | 71 ------------------------------------------------------------ 1 file changed, 71 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index 7f1d62a..0000000 --- a/.env +++ /dev/null @@ -1,71 +0,0 @@ -#-------------------------------------------------------------------- -# 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 -#-------------------------------------------------------------------- -APP_SERVER_NAME = "DEV-LOCAL-01" -CI_ENVIRONMENT = development -# 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 -app.forceGlobalSecureRequests = false -app.appTimezone = 'Asia/Seoul' -#-------------------------------------------------------------------- -# 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 -database.default.timezone = '+09:00' -database.tests.charset = utf8mb4 -database.tests.DBCollat = utf8mb4_general_ci -# 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