|
1 --- |
|
2 dashboard_repo: "git@dev.iri.centrepompidou.fr:dev/annotation-dashboard-nextleap" |
|
3 dashboard_name: "annotation-dashboard-explorunivers" |
|
4 |
|
5 # note : must not end with / |
|
6 remote_static_path: "/var/www" |
|
7 static_nginx_config: "/etc/nginx/site-available/172.16.1.7" |
|
8 static_server_name: "172.16.1.7" |
|
9 static_http_service: "nginx" |
|
10 |
|
11 static_http_user: "nginx" |
|
12 static_http_group: "nginx" |
|
13 |
|
14 |
|
15 discussions_url: "/isso" |
|
16 annotations_api_url: "/api" |
|
17 |
|
18 annotations_api_venv: "/srv/virtualenv/dashboard-explorunivers-annotations" |
|
19 discussions_venv: "/srv/virtualenv/dashboard-explorunivers-discussions" |
|
20 |
|
21 log_base_path: "/var/log/www/dashboard-explorunivers" |
|
22 |
|
23 annotations_api_supervisor_conf_path: "/etc/supervisor.d/" |
|
24 discussions_supervisor_conf_path: "/etc/supervisor.d/" |
|
25 |
|
26 annotations_api_config_base: "/etc/www/dashboard-explorunivers/" |
|
27 discussions_config_base: "/etc/www/dashboard-explorunivers/" |
|
28 |
|
29 |
|
30 annotations_api_host: 127.0.0.1 |
|
31 annotations_api_port: 8200 |
|
32 |
|
33 discussions_host: 127.0.0.1 |
|
34 discussions_port: 8201 |
|
35 |
|
36 annotations_api_hypothesis_token: 6879-9AVUcU7cFFlgts1pfexYC56UiDsB_N0UHrt-WlWosqQ |
|
37 annotations_api_hypothesis_group: E83BnpKi |
|
38 annotations_api_hypothesis_url: https://h.projet-episteme.org/api/search |
|
39 annotations_api_limit: 500 |
|
40 |
|
41 annotations_api_service: "dashboard-explorunivers-annotations" |
|
42 discussions_service: "dashboard-explorunivers-discussions" |
|
43 |
|
44 discussions_spooler_dir: "/tmp/isso-explorunivers/mail" |
|
45 discussions_db_dir: "/var/data/dashboard-explorunivers/" |
|
46 discussions_db: "dashboard-explorunivers-discussions.db" |
|
47 |
|
48 isso_salt: "eeR0sie3reingahzaiZiephah5Cuehex" |
|
49 |
|
50 #/etc/nginx/site-available/netrights.iri-research.org |
|
51 #luis.iri.centrepompidou.fr:/etc/supervisor.d/dashboard-nextleap.ini |
|
52 #luis.iri.centrepompidou.fr:/etc/uwsgi/dashboard-nextleap.yml |
|
53 |
|
54 |