We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df61311 commit d064aaeCopy full SHA for d064aae
1 file changed
docker-entrypoint.sh
@@ -15,7 +15,6 @@ if [ "$1" = '/bin/sqld' ]; then
15
16
# Listen on HTTP 8080 port by default.
17
server_args+=("--http-listen-addr" "$SQLD_HTTP_LISTEN_ADDR")
18
- server_args+=("--http-auth" "$SQLD_HTTP_AUTH")
19
20
# Set remaining arguments depending on what type of node we are.
21
case "$SQLD_NODE" in
0 commit comments