Skip to content

Commit a77fdcd

Browse files
fix: enable insecure gRPC connections for emulator
Co-Authored-By: Rushil Srivastava <[email protected]>
1 parent 21476c5 commit a77fdcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start-emulator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
# Start emulator binding to all interfaces
5-
/emulator -host 0.0.0.0 -port 8123 -grpc_port 8123 -grpc_host 0.0.0.0 &
5+
/emulator -host 0.0.0.0 -port 8123 -grpc_port 8123 -grpc_host 0.0.0.0 -grpc_insecure &
66
EMULATOR_PID=$!
77

88
# Function to cleanup processes

0 commit comments

Comments
 (0)