@@ -7,16 +7,16 @@ replicaCount: 1
7
7
# Default app properties for laravel.
8
8
appProperties :
9
9
name : coconut
10
- key :
11
- env : development
10
+ key : base64:88Td66VUaLDIea0DEgJQVdoXU1WolK+kdoEPBepQYH0=
11
+ env : production
12
12
debug : true
13
- url : https://coconut2.nmrxiv.org
13
+ url : https://coconut.naturalproducts.net/
14
14
queueConnection : sync
15
15
schemaVersion : 1.0
16
16
description : |
17
- COCONUT Online is an open-source project that stores, searches, and analyzes Natural Products (NPs).
18
- The database contains over 50 open NP resources, and the data is accessible free of charge and without any restrictions.
19
- Each entry corresponds to a "flat" NP structure and is associated with their known stereochemical forms,
17
+ COCONUT Online is an open-source project that stores, searches, and analyzes Natural Products (NPs).
18
+ The database contains over 50 open NP resources, and the data is accessible free of charge and without any restrictions.
19
+ Each entry corresponds to a "flat" NP structure and is associated with their known stereochemical forms,
20
20
literature, organisms that produce them, natural geographic presence, and precomputed molecular properties if available.
21
21
22
22
webservices :
@@ -26,13 +26,13 @@ webservices:
26
26
orcidIdSearchApi : https://pub.orcid.org/v2.1/search
27
27
orcidIdEmploymentApi : https://pub.orcid.org/v3.0/{orcid_id}/employments
28
28
orcidIdPersonApi : https://pub.orcid.org/v3.0/{orcid_id}/person
29
- cmApi : https://dev. api.naturalproducts.net/v1/
29
+ cmApi : https://api.naturalproducts.net/v1/
30
30
31
31
logProperties :
32
32
logChannel : stack
33
33
logLevel : debug
34
34
35
- # DB Properties
35
+ # DB Properties
36
36
rdkitcatridgepostgres :
37
37
enabled : true
38
38
auth :
@@ -45,14 +45,14 @@ rdkitcatridgepostgres:
45
45
46
46
appImage :
47
47
name : php
48
- repository : europe-west3-docker.pkg.dev /coconut-366808/coconut-dev/coconut-app
48
+ repository : nfdi4chem /coconut
49
49
pullPolicy : Always
50
50
# Overrides the image tag whose default is the chart appVersion.
51
51
tag : latest
52
52
53
53
nginxImage :
54
54
name : nginx
55
- repository : europe-west3-docker.pkg.dev /coconut-366808/coconut-dev/coconut-nginx
55
+ repository : nfdi4chem /coconut
56
56
pullPolicy : Always
57
57
# Overrides the image tag whose default is the chart appVersion.
58
58
tag : latest
@@ -110,7 +110,7 @@ ingress:
110
110
# hosts:
111
111
# - chart-example.local
112
112
113
- resources :
113
+ resources :
114
114
# We usually recommend not to specify default resources and to leave this as a conscious
115
115
# choice for the user. This also increases chances charts run on environments with little
116
116
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -136,7 +136,7 @@ mail:
136
136
host : ' smtp.uni-jena.de'
137
137
port : 587
138
138
from : info.coconut@uni-jena.de
139
- fromName : " coconut-dev "
139
+ fromName : " coconut"
140
140
user : test
141
141
password : secret
142
142
mailer : smtp
@@ -145,44 +145,25 @@ cheminfo-microservice:
145
145
enabled : false
146
146
image :
147
147
name : chem-py-microservice
148
- repository : europe-west3-docker.pkg.dev/coconut-366808/ cheminformatics-python-microservice/chem-py -microservice
148
+ repository : nfdi4chem/ cheminformatics-microservice
149
149
pullPolicy : Always
150
150
tag : latest
151
151
service :
152
152
type : ClusterIP
153
153
port : 80
154
154
155
- # oauthProperties:
156
- # enabled: false
157
- # twitterClientID:
158
- # twitterClientSecret:
159
- # twitterRedirectUrl:
160
- # githubClientID:
161
- # githubClientSecret:
162
- # githubRedirectUrl:
163
- # orcidClientID:
164
- # orcidClientSecret:
165
- # orcidRedirectUrl:
166
- # orcidEnvironment:
167
-
168
- # Enable this properties for Single Sign-On follow the documentation for more info https://docs.coconut.org/docs/developer-guides/configurations/oauth
169
- # oauthProperties:
170
- # twitter:
171
- # enabled: false
172
- # clientID:
173
- # clientSecret:
174
- # redirectURL:
175
- # github:
176
- # enabled: false
177
- # clientID:
178
- # clientSecret:
179
- # redirectURL:
180
- # orcid:
181
- # enabled: false
182
- # clientID:
183
- # clientSecret:
184
- # redirectURL:
185
- # environment:
155
+ # Enable this properties for Single Sign-On follow the documentation for more info https://docs.coconut.org/docs/developer-guides/configurations/oauth
156
+ oauthProperties :
157
+ google :
158
+ enabled : false
159
+ clientID :
160
+ clientSecret :
161
+ redirectURL :
162
+ github :
163
+ enabled : false
164
+ clientID :
165
+ clientSecret :
166
+ redirectURL :
186
167
187
168
# storage:
188
169
# pvc:
@@ -221,23 +202,22 @@ worker:
221
202
222
203
redis :
223
204
enabled : false
224
- # architecture: standalone
205
+ # architecture: standalone
225
206
auth :
226
207
enabled : true
227
208
password : secret
228
209
global :
229
210
storageClass : standard
230
- # host: nmrxiv-redis-master
211
+ # host: nmrxiv-redis-master
231
212
port : 6379
232
- replica :
233
- replicaCount : 1
234
213
master :
235
214
persistence :
236
215
enabled : true
237
216
size : 1Gi
238
217
service :
239
218
type : LoadBalancer
240
219
replica :
220
+ replicaCount : 1
241
221
persistence :
242
222
enabled : true
243
223
size : 1Gi
@@ -270,21 +250,47 @@ scheduler:
270
250
271
251
larabug :
272
252
enabled : false
273
- lbKey :
253
+ lbKey :
274
254
lbProjectKey :
275
255
256
+ datacite :
257
+ enabled : false
258
+ host :
259
+ username :
260
+ secret :
261
+ prefix :
262
+ endpoint : https://api.test.datacite.org
263
+
264
+ rabbitmq :
265
+ enabled : false
266
+ queueConnection : sync
267
+ port : 5672
268
+ # host: nmrxiv-rabbitmq
269
+ auth :
270
+ username : ' rabbitmq_user'
271
+ password : ' password'
272
+ # erlangCookie: 'erlangCookieerlangCookie'
273
+ global :
274
+ storageClass : ' standard'
275
+ metrics :
276
+ enabled : false
277
+ ingress :
278
+ enabled : false
279
+ path : ' /'
280
+ hostname : ' '
281
+
276
282
fileStorage :
277
283
# Below values are for file storage configuration.
278
284
# You can have desired S3 compatible driver of your choice. Follow to read more https://laravel.com/docs/9.x/filesystem
279
285
enabled : false
280
- fileSystemDriver :
281
- fileSystemDriverPublic :
282
- awsAccessKeyID :
283
- awsSecretAccessKey :
284
- awsDefaultRegion :
285
- awsBucket :
286
+ fileSystemDriver :
287
+ fileSystemDriverPublic :
288
+ awsAccessKeyID :
289
+ awsSecretAccessKey :
290
+ awsDefaultRegion :
291
+ awsBucket :
286
292
awsEndpoint :
287
- awsURL :
293
+ awsURL :
288
294
289
295
nodeSelector : {}
290
296
0 commit comments