mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-06-10 06:59:29 +08:00
19 lines
245 B
JSON
19 lines
245 B
JSON
{
|
|
"functions": {},
|
|
"storage": {
|
|
"rules": "storage.rules"
|
|
},
|
|
"emulators": {
|
|
"hub": {
|
|
"port": 4000
|
|
},
|
|
"auth": {
|
|
"port": 9099
|
|
},
|
|
"storage": {
|
|
"port": 9199
|
|
}
|
|
}
|
|
}
|
|
|