|
1 --- |
|
2 # annotation-dashboard-nextleap repository url |
|
3 dashboard_repo: "" |
|
4 # annotation-dashboard-nextleap version, should be overriden from command line |
|
5 dashboard_version: "HEAD" |
|
6 |
|
7 # Name of the dashboard to install |
|
8 dashboard_name: "" |
|
9 |
|
10 # remote path for static files |
|
11 # note : must not end with / |
|
12 remote_static_path: "" |
|
13 |
|
14 # remote path for nginx static file config |
|
15 static_nginx_config: "" |
|
16 |
|
17 # static file domain |
|
18 static_server_name: "netrights.iri-research.org" |
|
19 |
|
20 # Remote static nginx service |
|
21 static_http_service: "nginx" |
|
22 |
|
23 # Static server nginx user |
|
24 static_http_user: "" |
|
25 # Static server nginx group |
|
26 static_http_group: "" |
|
27 |
|
28 # discussions base url |
|
29 discussions_url: "/isso" |
|
30 |
|
31 # annotations api base url |
|
32 annotations_api_url: "/api" |
|
33 |
|
34 # annotations api virtualenv path |
|
35 annotations_api_venv: "" |
|
36 |
|
37 # discussions virtualenv path |
|
38 discussions_venv: "" |
|
39 |
|
40 # dashboard neaxtleap log base path |
|
41 log_base_path: "/var/log/www/dashboard-nextleap" |
|
42 |
|
43 # annotations api supervisor configuration base path |
|
44 annotations_api_supervisor_conf_path: "" |
|
45 |
|
46 # discussions supervisor configuration base path |
|
47 discussions_supervisor_conf_path: "" |
|
48 |
|
49 # annotations api base config path |
|
50 annotations_api_config_base: "" |
|
51 # annotations api base config path |
|
52 discussions_config_base: "" |
|
53 |
|
54 |
|
55 # annotations api service host |
|
56 annotations_api_host: |
|
57 # annotations api service port |
|
58 annotations_api_port: |
|
59 |
|
60 # discussions service host |
|
61 discussions_host: |
|
62 # discussions service port |
|
63 discussions_port: 8201 |
|
64 |
|
65 # annotations api hypothesis token |
|
66 annotations_api_hypothesis_token: |
|
67 # annotations api hypothesis group |
|
68 annotations_api_hypothesis_group: |
|
69 # annotations api hypothesis url |
|
70 annotations_api_hypothesis_url: |
|
71 # annotations api hypothesis request limit |
|
72 annotations_api_limit: 200 |
|
73 |
|
74 # annotations api supervisor service |
|
75 annotations_api_service: "" |
|
76 # discussions supervisor service |
|
77 discussions_service: "" |
|
78 |
|
79 # discussions service spooler dir |
|
80 discussions_spooler_dir: "" |
|
81 # discussions service data dir |
|
82 discussions_db_dir: "" |
|
83 # discussions service db file name |
|
84 discussions_db: "" |
|
85 |
|
86 # discussions service isso salt |
|
87 isso_salt: "" |
|
88 |
|
89 |