We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc3e81 commit ff59fc4Copy full SHA for ff59fc4
firebase-dataconnect/emulator/emulator.sh
@@ -16,6 +16,9 @@
16
17
set -euo pipefail
18
19
+# Uncomment the line below to use a custom Data Connect Emulator binary
20
+#export DATACONNECT_EMULATOR_BINARY_PATH='...'
21
+
22
export FIREBASE_DATACONNECT_POSTGRESQL_STRING='postgresql://postgres:postgres@localhost:5432?sslmode=disable'
23
echo "[$0] export FIREBASE_DATACONNECT_POSTGRESQL_STRING='$FIREBASE_DATACONNECT_POSTGRESQL_STRING'"
24
0 commit comments