-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
61 lines (45 loc) · 1.65 KB
/
.env
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
51
52
53
54
55
56
57
58
59
60
61
COMPOSE_PROJECT_NAME=caltech-curation-services-main
DEVELOPMENT=true
# db
PSQL_USERNAME=postgres
PSQL_PASSWORD=postgres
PSQL_HOST=curation_db
PSQL_PORT=5432
PSQL_DATABASE=caltech_curation
GRAFANA_PORT=3000
HTTPD_AUTH_FILE_PATH=/var/passwords/tazendra_passwords
CURATION_FORMS_PORT=8080
SSL_PORT=4431
HOST_NAME=caltech-curation.textpressolab.com
PROD_HOST_NAME=caltech-curation.textpressolab.com
DEV_HOST_NAME=caltech-curation-dev.textpressolab.com
# manually configure this_host based on above values, and comment out the other one
THIS_HOST=http://127.0.0.1/
THIS_HOST_AS_BASE_URL=http://caltech-curation.textpressolab.com:8080/
# THIS_HOST=https://caltech-curation.textpressolab.com:4431/
SSL_CERTIFICATE_DIR=/etc/letsencrypt
# GENERIC_CGI_HOST=http://tazendra.caltech.edu/~azurebrd/cgi-bin/forms/generic.cgi
GENERIC_CGI=http://caltech-curation.textpressolab.com:8080/pub/cgi-bin/forms/generic.cgi
PAPER_DISPLAY_CGI_HOST=http://tazendra.caltech.edu/~azurebrd/cgi-bin/forms/paper_display.cgi
ONTOLOGY_ANNOTATOR_CGI_HOST=http://curation_forms/cgi-bin/oa/ontology_annotator.cgi
GENERIC_CGI_HOST=http://tazendra.caltech.edu/~azurebrd/cgi-bin/forms/generic.cgi
PAPER_EDITOR_CGI_HOST=http://tazendra.caltech.edu/~postgres/cgi-bin/paper_editor.cgi
CALTECH_CURATION_FILES_INTERNAL_PATH=/usr/caltech_curation_files
CALTECH_CURATION_FILES_EXTERNAL_PATH=/usr/caltech_curation_files
SSH_PORT=2022
SSH_ACEDB_PASSWORD=
SSH_CITACE_PASSWORD=
AWS_ACCESS_KEY_ID_RESTIC=
AWS_SECRET_ACCESS_KEY_RESTIC=
RESTIC_REPO=
RESTIC_PASSWORD=
OKTA_CLIENT_ID=
OKTA_CLIENT_SECRET=
OKTA_DOMAIN=
OKTA_API_AUDIENCE=
AGR_ABC_API_SERVER=
AGR_ABC_API_PORT=
ENV_FILE_PATH=
SRC_DIR_PATH=
ENV_STATE=dev
VOLUMES_DIR=