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 d23cdcf commit 5d9fb2fCopy full SHA for 5d9fb2f
firebase-dataconnect/emulator/emulator.sh
@@ -16,9 +16,8 @@
16
17
set -euo pipefail
18
19
-echo "[$0] PID=$$"
20
-
21
-readonly SELF_DIR="$(dirname "$0")"
+export FIREBASE_DATACONNECT_POSTGRESQL_STRING='postgresql://postgres:postgres@localhost:5432?sslmode=disable'
+echo "[$0] export FIREBASE_DATACONNECT_POSTGRESQL_STRING='$FIREBASE_DATACONNECT_POSTGRESQL_STRING'"
22
23
readonly FIREBASE_ARGS=(
24
firebase
0 commit comments