fix config

This commit is contained in:
ai-dev
2025-09-21 19:49:05 +02:00
parent eda5fa401b
commit 388fc56ff2
5 changed files with 5 additions and 5 deletions

View File

@@ -72,6 +72,6 @@
},
"environment": {
"OPENSEARCH_JAVA_OPTS": "-Xms${options[opensearch_heap]} -Xmx${options[opensearch_heap]}",
"OPENSEARCH_INITIAL_ADMIN_PASSWORD": "${options[admin_password]}"
"OPENSEARCH_INITIAL_ADMIN_PASSWORD": "%%admin_password%%"
}
}

View File

@@ -72,6 +72,6 @@
},
"environment": {
"OPENSEARCH_JAVA_OPTS": "-Xms${options[opensearch_heap]} -Xmx${options[opensearch_heap]}",
"OPENSEARCH_INITIAL_ADMIN_PASSWORD": "${options[admin_password]}"
"OPENSEARCH_INITIAL_ADMIN_PASSWORD": "%%admin_password%%"
}
}

View File

@@ -73,6 +73,6 @@
},
"environment": {
"OPENSEARCH_JAVA_OPTS": "-Xms${options[opensearch_heap]} -Xmx${options[opensearch_heap]}",
"OPENSEARCH_INITIAL_ADMIN_PASSWORD": "${options[admin_password]}"
"OPENSEARCH_INITIAL_ADMIN_PASSWORD": "%%admin_password%%"
}
}

View File

@@ -73,6 +73,6 @@
},
"environment": {
"OPENSEARCH_JAVA_OPTS": "-Xms${options[opensearch_heap]} -Xmx${options[opensearch_heap]}",
"OPENSEARCH_INITIAL_ADMIN_PASSWORD": "${options[admin_password]}"
"OPENSEARCH_INITIAL_ADMIN_PASSWORD": "%%admin_password%%"
}
}

View File

@@ -72,6 +72,6 @@
},
"environment": {
"OPENSEARCH_JAVA_OPTS": "-Xms${options[opensearch_heap]} -Xmx${options[opensearch_heap]}",
"OPENSEARCH_INITIAL_ADMIN_PASSWORD": "${options[admin_password]}"
"OPENSEARCH_INITIAL_ADMIN_PASSWORD": "%%admin_password%%"
}
}