File tree 5 files changed +12
-5
lines changed
5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11
11
S3_BUCKET: REPLACE_ME_APACHE_LOG__BUCKET
12
12
13
13
USE_QOS: 1
14
- QS_ClientEventBlockCount: "350 300"
14
+ QS_ClientEventBlockCount: 350
15
+ QS_ClientEventBlockCountSeconds: 300
15
16
QS_ClientEventBlockExcludeIP: "9.9.9.9"
16
17
17
18
minerva_java_opts: "-Xmx8G"
@@ -21,18 +22,20 @@ stack:
21
22
22
23
BLAZEGRAPH_JOURNAL: REPLACE_ME
23
24
25
+ # HTTP OR HTTPS
24
26
noctua_host: REPLACE_ME # aes-test-noctua.geneontology.io
25
27
noctua_lookup_url: REPLACE_ME # http://aes-test-noctua.geneontology.io
26
28
27
29
28
30
# HTTP OR HTTPS
29
- barista_protocol: https
30
31
github_client_id: 'REPLACE_ME'
31
32
github_client_secret: 'REPLACE_ME'
32
-
33
33
github_callback_url: REPLACE_ME # https://aes-test-barista.geneontology.io/auth/github/callback
34
+
35
+ # HTTP OR HTTPS
34
36
golr_lookup_url: REPLACE_ME # https://aes-test-golr.geneontology.io/solr
35
37
38
+ # HTTP OR HTTPS
36
39
barista_lookup_host: REPLACE_ME # aes-test-barista.geneontology.io
37
40
barista_lookup_url: REPLACE_ME # https://aes-test-barista.geneontology.io
38
41
scripts: [ stage.yaml, start_services.yaml]
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ QS_ClientEventPerSecLimit: 10
17
17
QS_ClientEventRequestLimit : 10
18
18
19
19
# Maximum requests allowed to / per ip address, per x seconds (number of requests, number of seconds)
20
- QS_ClientEventBlockCount : " 350 300"
20
+ QS_ClientEventBlockCount : 350
21
+ QS_ClientEventBlockCountSeconds : 300
21
22
22
23
# IP addresses excluded from request limits (office IP address) seperated by blank space.
23
24
QS_ClientEventBlockExcludeIP : " 9.9.9.9 8.8.8.8"
Original file line number Diff line number Diff line change 22
22
QS_ClientEventPerSecLimit {{ QS_ClientEventRequestLimit }}
23
23
24
24
# Maximum requests allowed to / per ip address, per x seconds (number of requests, number of seconds)
25
- QS_ClientEventBlockCount {{ QS_ClientEventBlockCount }}
25
+ QS_ClientEventBlockCount {{ QS_ClientEventBlockCount }} {{ QS_ClientEventBlockCountSeconds }}
26
26
27
27
</IfModule>
Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ WORKBENCHES:
81
81
type : list
82
82
value :
83
83
- ' /stage_dir/noctua-form/workbenches'
84
+ - ' /stage_dir/noctua-visual-pathway-editor/workbenches'
85
+ - ' /stage_dir/noctua-alliance-pathway-preview/workbenches'
84
86
- ' /stage_dir/noctua-landing-page/workbenches'
85
87
- ' workbenches'
86
88
# # Minerva operations preferences.
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ staged_repos:
14
14
noctua-models : master
15
15
go-site : master
16
16
noctua-visual-pathway-editor : master
17
+ noctua-alliance-pathway-preview : master
17
18
18
19
# ###############
19
20
# minerva JAVA_OPTS
You can’t perform that action at this time.
0 commit comments