Skip to content

Commit

Permalink
docker: Fix a bug that arrow_flight_sql.uri isn't configured (#192)
Browse files Browse the repository at this point in the history
Closes GH-191
  • Loading branch information
kou authored Sep 12, 2024
1 parent 5556ba7 commit 5d2f0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/docker/apache-arrow-flight-sql-enable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ if [ "${ssl}" = "on" ]; then
else
uri="grpc://0.0.0.0:15432"
fi
echo "arrow_flight_sql.uri = '${url}'" | \
echo "arrow_flight_sql.uri = '${uri}'" | \
tee -a "${PGDATA}/postgresql.conf"

0 comments on commit 5d2f0d4

Please sign in to comment.