Skip to content

Commit 5d2f0d4

Browse files
authored
docker: Fix a bug that arrow_flight_sql.uri isn't configured (#192)
Closes GH-191
1 parent 5556ba7 commit 5d2f0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/docker/apache-arrow-flight-sql-enable.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ if [ "${ssl}" = "on" ]; then
4848
else
4949
uri="grpc://0.0.0.0:15432"
5050
fi
51-
echo "arrow_flight_sql.uri = '${url}'" | \
51+
echo "arrow_flight_sql.uri = '${uri}'" | \
5252
tee -a "${PGDATA}/postgresql.conf"

0 commit comments

Comments
 (0)