-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yml
40 lines (37 loc) · 1.24 KB
/
config.yml
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
config:
project: NeuronBridge
stage: ${opt:stage, 'dev'}
version: 3.1.0
pppmBucket: janelia-ppp-match-${env:SEARCH_DATA_LEVEL, opt:stage, 'dev'}
alignmentTemplatesBucket: ${env:ALIGN_TEMPLATES_BUCKET, 'janelia-flylight-color-depth-dev'}
searchBucket: janelia-neuronbridge-search-${opt:stage, 'dev'}
downloadBucket: janelia-neuronbridge-downloads-${opt:stage, 'dev'}
dataBucket: janelia-neuronbridge-data-${env:SEARCH_DATA_LEVEL, opt:stage, 'dev'}
perDaySearchLimits: ${env:PER_DAY_SEARCH_LIMITS, 100}
perDayAlignmentLimits: ${env:PER_DAY_ALIGNMENT_LIMITS, 10}
concurrentSearchLimits: ${env:CONCURRENT_SEARCH_LIMITS, 1}
concurrentAlignmentLimits: ${env:CONCURRENT_ALIGNMENT_LIMITS, 1}
searchBatchSize: 40
searchParallelization: 10000
cdsTimeoutInSeconds: 400
publishedNamesDb:
dev: 'v3.2.1'
val: 'v3.2.0'
prod: 'v3.2.1'
devpre: 'v3.0.0'
prodpre: 'v3.0.0'
other: 'v3.2.1'
# determines if users can create their own account on a site
disableAccountCreation:
dev: true
val: true
prod: false
devpre: true
prodpre: false
other: true
# we shouldn't need backups on any stage apart from production.
enableBackups:
prod: true
other: false
tracing: true
debug: ${env:DEBUG, false}