mirror of
https://github.com/romancm/gamebrary
synced 2024-11-10 05:34:15 +00:00
Add emulators config
This commit is contained in:
parent
e162606f7c
commit
47a600b19e
1 changed files with 39 additions and 18 deletions
|
@ -22,5 +22,26 @@
|
|||
},
|
||||
"storage": {
|
||||
"rules": "firebase/storage.rules"
|
||||
},
|
||||
"emulators": {
|
||||
"functions": {
|
||||
"port": 5001
|
||||
},
|
||||
"firestore": {
|
||||
"port": 8080
|
||||
},
|
||||
"database": {
|
||||
"port": 9000
|
||||
},
|
||||
"hosting": {
|
||||
"port": 5000
|
||||
},
|
||||
"storage": {
|
||||
"port": 9199
|
||||
},
|
||||
"ui": {
|
||||
"enabled": true
|
||||
},
|
||||
"singleProjectMode": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue