mirror of
https://github.com/privacy-scaling-explorations/p0tion.git
synced 2026-04-21 03:00:07 -04:00
36 lines
704 B
JSON
36 lines
704 B
JSON
{
|
|
"firestore": {
|
|
"rules": "firestore.rules",
|
|
"indexes": "firestore.indexes.json"
|
|
},
|
|
"functions": {
|
|
"predeploy": "yarn --prefix \"$RESOURCE_DIR\" build",
|
|
"source": "."
|
|
},
|
|
"emulators": {
|
|
"singleProjectMode": true,
|
|
"auth": {
|
|
"port": 9099
|
|
},
|
|
"functions": {
|
|
"port": 5001
|
|
},
|
|
"firestore": {
|
|
"port": 8080
|
|
},
|
|
"database": {
|
|
"port": 9000
|
|
},
|
|
"pubsub": {
|
|
"port": 8085
|
|
},
|
|
"storage": {
|
|
"port": 9199
|
|
},
|
|
"ui": {
|
|
"enabled": false,
|
|
"port": 4000
|
|
}
|
|
}
|
|
}
|