mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-19 15:27:16 -05:00
19 lines
261 B
JSON
19 lines
261 B
JSON
{
|
|
"storage": {
|
|
"rules": "backend/firebase/storage.rules"
|
|
},
|
|
"emulators": {
|
|
"auth": {
|
|
"port": 9099
|
|
},
|
|
"storage": {
|
|
"port": 9199,
|
|
"host": "127.0.0.1"
|
|
},
|
|
"ui": {
|
|
"enabled": true,
|
|
"port": 4000
|
|
}
|
|
}
|
|
}
|