Add docker entrypoint and env loader
This commit is contained in:
@@ -3,6 +3,14 @@ ini_set('display_errors', 1);
|
||||
error_reporting(E_ALL);
|
||||
header("Content-Type: application/json; charset=utf-8");
|
||||
|
||||
// 기능 비활성화 (PostgreSQL만 사용)
|
||||
http_response_code(410);
|
||||
echo json_encode([
|
||||
"status" => "disabled",
|
||||
"message" => "해당 기능은 현재 비활성화되어 있습니다."
|
||||
]);
|
||||
exit;
|
||||
|
||||
/* -----------------------------------------------------
|
||||
🔵 DB 연결
|
||||
----------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user