소스 검색

opensearch index 添加时间戳

visuddhinanda 2 달 전
부모
커밋
f9fb21b7a4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      api-v12/config/mint.php

+ 1 - 1
api-v12/config/mint.php

@@ -151,7 +151,7 @@ return [
         ],
     ],
     'opensearch' => [
-        'index' => 'wikipali',
+        'index' => 'wikipali_20260423',
         'config' => [
             'scheme' => env('OPENSEARCH_SCHEME', 'http'),
             'host' => env('OPENSEARCH_HOST', '127.0.0.1'),