mirror of
https://github.com/xavidop/cardex.git
synced 2026-08-28 17:01:07 +00:00
43 lines
715 B
JSON
43 lines
715 B
JSON
{
|
|
"firestore": {
|
|
"rules": "firestore.rules",
|
|
"indexes": "firestore.indexes.json"
|
|
},
|
|
"apphosting": {
|
|
"backendId": "studio",
|
|
"rootDir": "/",
|
|
"ignore": [
|
|
"node_modules",
|
|
".git",
|
|
"firebase-debug.log",
|
|
"firebase-debug.*.log",
|
|
"functions"
|
|
]
|
|
},
|
|
"emulators": {
|
|
"auth": {
|
|
"port": 9099,
|
|
"host": "0.0.0.0"
|
|
},
|
|
"firestore": {
|
|
"port": 8080,
|
|
"host": "0.0.0.0"
|
|
},
|
|
"hub": {
|
|
"port": 4400,
|
|
"host": "0.0.0.0"
|
|
},
|
|
"ui": {
|
|
"enabled": true,
|
|
"host": "0.0.0.0"
|
|
},
|
|
"logging": {
|
|
"host": "0.0.0.0"
|
|
},
|
|
"singleProjectMode": true
|
|
},
|
|
"storage": {
|
|
"rules": "storage.rules"
|
|
}
|
|
}
|