mirror of
https://github.com/xavidop/cardex.git
synced 2026-08-28 17:01:07 +00:00
29 lines
518 B
JSON
29 lines
518 B
JSON
{
|
|
"firestore": {
|
|
"rules": "firestore.rules",
|
|
"indexes": "firestore.indexes.json"
|
|
},
|
|
"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
|
|
}
|
|
}
|
|
|