调试 elastic

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
萌森 2024-07-23 13:29:53 +08:00
parent 506a66f5a8
commit 862d477c80
2 changed files with 0 additions and 3 deletions

View File

@ -10,7 +10,6 @@ http:
cors:
enabled: true
allow-origin: "*"
allow-headers:xpack: X-Requested-With,Content-Type,Content-Length,Authorization
path:
repo:

View File

@ -8,8 +8,6 @@ if [ -f .env ]; then
sed -i '/^ENV_FILE=/d' .env
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
chmod -R 777 $ELASTICSEARCH_ROOT_PATH
echo "Check Finish."
else
echo "Error: .env file not found."