forked from ontoportal/ontoportal_web_ui
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env.sample
45 lines (35 loc) · 1.18 KB
/
.env.sample
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
##################### UI configuration ####################
RAILS_ENV=development
SITE=Testportal
ORG=LIRMM
ORG_URL=http://www.lirmm.fr
UI_URL=http://localhost:3000
API_URL=http://localhost:9393
API_KEY=
UI_THEME=bioportal
BIOMIXER_URL=
BIOMIXER_APIKEY=
ANNOTATOR_URL=
FAIRNESS_DISABLED=false
FAIRNESS_URL=
NCBO_ANNOTATORPLUS_ENABLED=false
NCBO_ANNOTATOR_URL=
NCBO_API_KEY=
RELEASE_VERSION="OntoPortal Appliance 3.0.1"
ANALYTICS_ID=
USE_RECAPTCHA=false
#################### Buidling the API for running tests ####################
## An ontology that will be imported in the starting of the API server
STARTER_ONTOLOGY=STY
## API key of a remote API used to download the starter ontology
OP_API_KEY=8b5b7825-538d-40e0-9e9e-5ab9274a9aeb
## API url of the remote API used to download the starter ontology
OP_API_URL="https://data.bioontology.org"
## Image repositroy from which the ontoportal api will be built
API_IMAGE_REPOSITORY=agroportal
## Image tag/version from which the ontoportal api will be built
API_IMAGE_TAG=master
## Tests
# List of Ontologies to test in test/controllers/ontologies_controller_test.rb
# ONTOLOGIES_TO_TEST="NCIT,GO,SNOMEDCT"