-
Notifications
You must be signed in to change notification settings - Fork 0
/
.firebaserc
31 lines (31 loc) · 837 Bytes
/
.firebaserc
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
{
"projects": {
"default": "eng360-ssbc",
"master": "eng360-ssbc",
"prod": "eng360-ssbc"
},
"ci": {
"createConfig": {
"master": {
"env": "staging",
"firebase": {
"apiKey": "${STAGE_FIREBASE_API_KEY}",
"authDomain": "eng360-ssbc.firebaseapp.com",
"databaseURL": "https://eng360-ssbc.firebaseio.com",
"projectId": "eng360-ssbc",
"storageBucket": "eng360-ssbc.appspot.com"
}
},
"prod": {
"env": "production",
"firebase": {
"apiKey": "${PROD_FIREBASE_API_KEY}",
"authDomain": "eng360-ssbc.firebaseapp.com",
"databaseURL": "https://eng360-ssbc.firebaseio.com",
"projectId": "eng360-ssbc",
"storageBucket": "eng360-ssbc.appspot.com"
}
}
}
}
}