Skip to content

Commit 7480cb6

Browse files
committed
Allow connections from everywhere
1 parent 9b697a5 commit 7480cb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

firebase.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
},
1313
"emulators": {
1414
"hosting": {
15-
"port": 8080
15+
"port": 8080,
16+
"host": "0.0.0.0"
1617
},
1718
"ui": {
1819
"enabled": true

0 commit comments

Comments
 (0)