-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
122 lines (122 loc) · 2.63 KB
/
config.json
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"def":{
"server":"^(blue|gold).experts.library.ucdavis.edu",
"org":"us-west1-docker.pkg.dev/aggie-experts/docker",
"tag":"__git__",
"auth": {
"server":"prod",
"client_id":"aggie-experts",
"service_account":"aggie-experts-service-account"
},
"client_error_reporting":{
"enabled":false,
"url":"https://client-error-reporter-akwemh35fa-uw.a.run.app",
"key_secret":"client_error_reporting_key"
},
"cdl":{
"propagate_changes":"false"
},
"client":{
"env":"prod"
},
"ga4":{
"gaid":"G-GM57B0V0WC",
"enable":"false"
},
"fin":{
"org":"gcr.io/ucdlib-pubreg",
"tag":"2.6.3"
},
"gcs":{
"bucket":"fcrepo-2",
"init_data_hydration":false
}
},
"build":{
},
"dev":{
"client":{
"env":"dev"
},
"auth": {
"server":"prod",
"client_id":"local-dev",
"service_account":"local-dev-service-account"
},
"org":"localhost/aggie-experts",
"tag":"dirty",
"branch":"!^(dev|main)",
"server":"!(experts.library.ucdavis.edu)",
"port":"80",
"host":"http://localhost",
"gcs":{
"bucket":"fcrepo-dev",
"subscription":"local-dev",
"init_data_hydration":true
}
},
"clean":{
"org":"localhost/aggie-experts",
"branch":"!^(dev|main)",
"auth": {
"server":"prod",
"client_id":"local-dev",
"service_account":"local-dev-service-account"
},
"server":"!(experts.library.ucdavis.edu)",
"port":"80",
"host":"http://localhost",
"gcs":{
"bucket":"fcrepo-dev",
"init_data_hydration":true
}
},
"sandbox":{
"org":"localhost/aggie-experts",
"branch":".*",
"auth": {
"server":"prod",
"client_id":"local-dev",
"service_account":"local-dev-service-account"
},
"server":"experts.library.ucdavis.edu",
"port":"10180",
"host":"https://sandbox.experts.library.ucdavis.edu",
"gcs":{
"bucket":"fcrepo-sandbox",
"init_data_hydration":true
}
},
"prev":{
"port":"10480",
"host":"https://prev.experts.library.ucdavis.edu",
"branch":"(dev|main)"
},
"stage":{
"gcs":{
"init_data_hydration":true
},
"port":"10380",
"host":"https://stage.experts.library.ucdavis.edu",
"branch":"(dev|main)",
"cdl":{
"propagate_changes":"true"
},
"analytics":{
"enable":"true"
}
},
"prod":{
"port":"10180",
"host":"https://experts.ucdavis.edu",
"client_error_reporting":{
"enabled":true
},
"cdl":{
"propagate_changes":"true"
},
"analytics":{
"enable":"true"
}
}
}