-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.firebaserc
More file actions
33 lines (33 loc) · 799 Bytes
/
.firebaserc
File metadata and controls
33 lines (33 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"projects": {
"production": "recidiviz-dashboard",
"production-backend": "recidiviz-dashboard-production",
"staging": "recidiviz-dashboard-stag-e1108",
"staging-backend": "recidiviz-dashboard-staging",
"demo": "recidiviz-dashboard-demo",
"default": "recidiviz-dashboard-stag-e1108",
"jii-staging": "recidiviz-jii-staging",
"jii-production": "recidiviz-jii-production"
},
"targets": {
"recidiviz-jii-staging": {
"hosting": {
"live": [
"recidiviz-jii-staging"
],
"demo": [
"recidiviz-jii-demo"
]
}
},
"recidiviz-jii-production": {
"hosting": {
"live": [
"recidiviz-jii-production"
]
}
}
},
"etags": {},
"dataconnectEmulatorConfig": {}
}