File tree 1 file changed +40
-0
lines changed
1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ ssh_keys:
2
+ public: /tmp/go-ssh.pub
3
+ private: /tmp/go-ssh
4
+ stack:
5
+ vars:
6
+ # PRODUCTION MODE
7
+ PROD_MODE: 1
8
+
9
+ # Stage directory on the ubuntu machine running on aws
10
+ stage_dir: /home/ubuntu/stage_dir
11
+
12
+ # images for noctua, barista and minerva
13
+ docker_hub_user: geneontology
14
+ tag: v2
15
+
16
+ # used to upload apache proxy logs to s3 bucket
17
+ S3_CRED_FILE: /Users/SOME_USER/S3/s3cfg
18
+ S3_BUCKET: REPLACE_ME
19
+
20
+ # Location of blazegraph.jnl
21
+ BLAZEGRAPH_JOURNAL: /tmp/noctua-blazegraph.jnl
22
+
23
+ # DNS hostname alias can be same as host
24
+ noctua_host: noctua.geneontology.io
25
+ noctua_host_alias: noctua-staging.geneontology.io
26
+ noctua_proxy_port: 80
27
+
28
+ # DNS hostname alias ca be same as host
29
+ barista_lookup_host: barista.geneontology.io
30
+ barista_lookup_host_alias: barista-staging.geneontology.io
31
+ barista_proxy_port: 80
32
+
33
+ github_client_id: 'REPLACE_ME'
34
+ github_client_secret: 'REPLACE_ME'
35
+
36
+ # urls for golr
37
+ golr_lookup_url: amigo-golr.geneontology.io
38
+ golr_neo_lookup_url: noctua-golr.geneontology.io
39
+ golr_labels_url: noctua-golr.geneontology.io
40
+ scripts: [ stage.yaml, start_production_services.yaml ]
You can’t perform that action at this time.
0 commit comments