0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-25 16:50:43 +00:00

fix docker-entry point http basic auth ()

This commit is contained in:
Lucio Franco
2024-02-27 16:03:21 -05:00
committed by GitHub
parent de91aa2450
commit 2593ee9585

@ -15,7 +15,6 @@ if [ "$1" = '/bin/sqld' ]; then
# Listen on HTTP 8080 port by default.
server_args+=("--http-listen-addr" "$SQLD_HTTP_LISTEN_ADDR")
server_args+=("--http-auth" "$SQLD_HTTP_AUTH")
# Set remaining arguments depending on what type of node we are.
case "$SQLD_NODE" in