Explorar el Código

Merge pull request #2361 from visuddhinanda/development

opensearch index 添加时间戳
visuddhinanda hace 3 semanas
padre
commit
f2fcc7af60
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'),