Skip to content

Commit

Permalink
Fix macOS Monterey obscure bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-stormtree committed Feb 23, 2022
1 parent c746ba1 commit 2efe5f2
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions frontend/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,25 @@
},
"emulators": {
"auth": {
"port": 9099
"port": 9099,
"host": "127.0.0.1"
},
"database": {
"port": 9000
"port": 9000,
"host": "127.0.0.1"
},
"hosting": {
"port": 5000
"port": 5001,
"host": "127.0.0.1"
},
"storage": {
"port": 9199
"port": 9199,
"host": "127.0.0.1"
},
"ui": {
"enabled": true,
"port": 3001
"port": 3001,
"host": "127.0.0.1"
}
},
"storage": {
Expand Down

0 comments on commit 2efe5f2

Please sign in to comment.