Skip to content

Commit ff59fc4

Browse files
authored
dataconnect: emulator.sh: add a comment about how to use a custom data connect emulator binary (#7150)
1 parent 8cc3e81 commit ff59fc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

firebase-dataconnect/emulator/emulator.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616

1717
set -euo pipefail
1818

19+
# Uncomment the line below to use a custom Data Connect Emulator binary
20+
#export DATACONNECT_EMULATOR_BINARY_PATH='...'
21+
1922
export FIREBASE_DATACONNECT_POSTGRESQL_STRING='postgresql://postgres:postgres@localhost:5432?sslmode=disable'
2023
echo "[$0] export FIREBASE_DATACONNECT_POSTGRESQL_STRING='$FIREBASE_DATACONNECT_POSTGRESQL_STRING'"
2124

0 commit comments

Comments
 (0)