-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsettings.yml
50 lines (38 loc) · 1.14 KB
/
settings.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
41
42
43
44
45
46
47
48
49
50
# place where assemblyWF/gisAssemblyWF will look for object files
assembly_staging_dir: tmp/assembly
gis_assembly_staging_dir: tmp/gisassembly
# writable directory where job run artifacts will live
job_output_parent_dir: 'log/jobs'
dor_services:
url: 'http://localhost:3003'
token: 'secret-token'
expected_worker_count: 5 # for okcomputer endpoint
mailer_host: 'localhost'
repository_manager_email: sdr-contact@lists.stanford.edu
argo_url: http://localhost:3000/
redis_url: redis://localhost:6379/
workflow_url: 'http://localhost:3002'
workflow:
timeout: 60
rabbitmq:
enabled: false
hostname: localhost
vhost: /
username: guest
password: guest
ocr:
enabled: false
speech_to_text:
enabled: false
globus:
enabled: false
directory: '/globus'
endpoint_id: endpoint_uuid
client_id: client_id
client_secret: client_secret
test_mode: false # if test_mode=true, simulates the globus endpoint creation
# checkin identifiers for honeybadger (actual identifiers are in shared_configs per environment as needed)
# see https://app.honeybadger.io/projects/52900/check_ins
honeybadger_checkins:
globus_cleanup: ~
google_analytics: false