-
Notifications
You must be signed in to change notification settings - Fork 0
/
env.example
28 lines (22 loc) · 1.06 KB
/
env.example
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
#This is the docker environment file.
#It should be copied to .env and filled out.
# CEDA OAUTH secret and client id
CEDA_OAUTHCLIENTSECRET=<Ask [email protected] >
CEDA_OAUTHCLIENTID=<Ask [email protected] >
#Email used on obtaining letsencrypt certificate
#Hostname used to run the portal. An invalid name will
#cause an invalid certificate but otherwise still works
EXTERNAL_HOSTNAME=host.domain.eu
#Location of the static datasets hosted by the portal
#Should contain a single folder "c3smagic" containing all data files
#Can be obtained from zenodo: https://doi.org/10.5281/zenodo.3367497
#Run the scan_adaguc-server_datasets.sh script if updated
STATIC_DATA_LOCATION=/some/data/location
#location of the data used for ESMValtool in the WPS (if build-in)
ESMVALTOOL_CMIP5=/data/cmip5
ESMVALTOOL_OBS=/data/obs
#URLs for the WPS services. By default run inside the portal
#machine, but externally deployed WPS services can also be used.
COPERNICUS_WPS_URL=http://wps:5000/wps?
CLIMEXP_WPS_URL=http://climexp_numerical_wps:5000/wps?"