mirror of
https://github.com/Cian-H/I-Form_Research_Server_Stack.git
synced 2025-12-23 14:42:02 +00:00
92 lines
2.6 KiB
Bash
92 lines
2.6 KiB
Bash
LOCAL_WAR=./dataverse.war
|
|
COMPOSE_FILE=distros/vanilla/docker-compose.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
|
|
useremail=youremail@domain.com
|
|
|
|
# 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
|