mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-05-25 16:50:43 +00:00
fix docker-entry point http basic auth (#1098)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user