-
Notifications
You must be signed in to change notification settings - Fork 45
/
.env_sample
91 lines (78 loc) · 2.62 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
LOCAL_WAR=./dataverse.war
COMPOSE_FILE=distros/vanilla/docker-compose-dev.yml
# Activate Dataverse language pack by setting language code:
# en - English hu - Hungarian fr - French sl - Slovenian
# se - Swedish es - Spanish it - Italian ua - Ukrainian
# pt - Portuguese ru - Russian at - Austrian German
# br - Brazilian Portuguese ca - French Canadian
#MAINLANG=en
VERSION=5.13.allclouds
DOCKER_HUB=coronawhy/dataverse
CONFIGURATION_PATH=.
LOCAL_STORAGE=.
DOCROOT=.
# Dataverse database settings
DATAVERSE_DB_HOST=postgres
DATAVERSE_DB_USER=dataverse
DATAVERSE_DB_PASSWORD=dvnsecret
DATAVERSE_DB_NAME=dataverse
SOLR_SERVICE_HOST=solr:8983
SOLR_SERVICE_PORT=8983
DATAVERSE_URL=localhost:8080
DATAVERSE_SERVICE_HOST=localhost
# Postgres settings
POSTGRES_USER=dataverse
POSTGRES_PASSWORD=dvnsecret
POSTGRES_SERVER=postgres
POSTGRES_DATABASE=dataverse
POSTGRES_DB=dataverse
# Domain configuration and init folder
#hostname=www.yourdataverse.org
hostname=locahost:8080
#traefikhost=www.yourdataverse.org
traefikhost=localhost:8080
INIT_SCRIPTS_FOLDER=/opt/payara/init.d
# traefik email settings
# Webhook configuration to bundle external services
WEBHOOK=/opt/payara/triggers/external-services.py
#CESSDA=True
#CLARIN=True
# DOI parameters
# https://guides.dataverse.org/en/latest/installation/config.html#doi-baseurlstring
#doi_authority=doi_authority
#doi_provider=doi_provider
#doi_shoulder=doi_shoulder
#doi_username=doi_username
#doi_password=doi_password
dataciterestapiurlstring=https\\:\/\/api.test.datacite.org
baseurlstring=https\:\/\/mds.test.datacite.org
# AWS settings
# https://guides.dataverse.org/en/latest/installation/config.html#id90
#aws_bucket_name=aws_bucket_name
#aws_s3_profile=aws_s3_profile
#aws_endpoint_url=aws_endpoint_url
# Mail relay
# https://guides.dataverse.org/en/latest/developers/troubleshooting.html
#system_email=system_email
#mailhost=mailhost
#mailuser=mailuser
#no_reply_email=no_reply_email
#smtp_password=smtp_password
#smtp_port=smtp_port
#socket_port=socket_port
# Federated authentification file
# https://guides.dataverse.org/en/latest/installation/shibboleth.html
#federated_json_file=federated_json_file
# MinIO bucket 1
# https://guides.dataverse.org/en/latest/installation/config.html#id87
#bucketname_1=bucketname_1
#minio_label_1=minio_label_1
#minio_bucket_1=minio_bucket_1
#minio_profile_1=minio_profile_1
# MinIO bucket 2
# https://guides.dataverse.org/en/latest/installation/config.html#id87
#bucketname_2=bucketname_2
#minio_label_1=minio_label_2
#minio_bucket_1=minio_bucket_2
#minio_profile_1=minio_profile_2