-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.firebaserc
58 lines (58 loc) · 1.05 KB
/
.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"projects": {
"default": "k33-dev"
},
"targets": {
"k33-dev": {
"hosting": {
"k33-platform-dev": [
"k33-platform-dev"
],
"k33-research-dev": [
"k33-research2-dev"
],
"k33-research-archive-dev": [
"k33-research-archive-dev"
],
"k33-invest-dev": [
"k33-invest-dev"
],
"k33-vault-dev": [
"k33-vault-dev"
],
"k33-auth-dev": [
"k33-auth-dev"
],
"k33-dev": [
"k33-dev"
]
}
},
"k33-prod": {
"hosting": {
"k33-platform": [
"k33-platform"
],
"k33-research": [
"k33-research"
],
"k33-research-archive": [
"k33-research-archive"
],
"k33-invest": [
"k33-invest"
],
"k33-vault": [
"k33-vault"
],
"k33-auth": [
"k33-auth"
],
"k33-prod": [
"k33-prod"
]
}
}
},
"etags": {}
}