-
Notifications
You must be signed in to change notification settings - Fork 41
/
config.env.example
98 lines (73 loc) · 2.47 KB
/
config.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
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
92
93
94
95
96
97
98
# Hostname URL for the site, e.g. 'http://localhost:9876' for local dev
CRN_SERVER_URL=http://localhost:9876
# Secret authentication value for this instance
JWT_SECRET=
# Google oauth2 configuration - configure to enable Google auth
# https://developers.google.com/identity/sign-in/web/sign-in for instructions
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
# Orcid oauth2 configuration - configure to enable Orcid auth
ORCID_CLIENT_ID=
ORCID_CLIENT_SECRET=
ORCID_API_ENDPOINT=https://api.sandbox.orcid.org
# Globus oauth2 configuration - configure to enable Globus auth
GLOBUS_CLIENT_ID=
GLOBUS_CLIENT_SECRET=
# macOS Development Setup - Fixes issues with Vite file watching - set to CHOKIDAR_USEPOLLING=true
CHOKIDAR_USEPOLLING=false
CHOKIDAR_INTERVAL=1000
# Relay for enabling mail - leave blank to disable email
CRN_SERVER_MAIL_API_KEY=
CRN_SERVER_MAIL_API_SECRET=
# Address transactional emails are sent from
CRN_SERVER_MAIL_FROM=
# AWS integration settings - required for analysis support
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION=
AWS_ACCOUNT_ID=
AWS_BATCH_QUEUE=
AWS_BATCH_COMPUTE_ENVIRONMENT=
# Dataset unpublished/published buckets - used by DataLad service
AWS_S3_PRIVATE_BUCKET=
AWS_S3_PUBLIC_BUCKET=
# Enable Google analytics - comma-separated list of values
GOOGLE_TRACKING_IDS=
# Enable DOI minting
DOI_USERNAME=
DOI_PASSWORD=
DOI_PREFIX=
DOI_URL=
# Choose a unique environment key - used to group error reports in Sentry
ENVIRONMENT=
# Enable fresh desk support
FRESH_DESK_URL=
# Enable Apollo engine monitoring
ENGINE_API_KEY=
# MongoDB URL
MONGO_URL=mongodb://mongo:27017/crn
# DataLad service container host and port
DATALAD_SERVICE_URI=datalad
# Redis connection
REDIS_HOST=redis
REDIS_PORT=6379
# client -----------------------------------------------------------------------
ANALYSIS_ENABLED=true
# Datalad ----------------------------------------------------------------------
DATALAD_WORKERS=2
DATALAD_DATASET_PATH=/datalad
# GitHub user must have admin on the organization
DATALAD_GITHUB_EXPORTS_ENABLED=false
DATALAD_GITHUB_ORG=
DATALAD_GITHUB_TOKEN=
# Set public ACL on public files pushed to S3
DATALAD_S3_PUBLIC_ON_EXPORT=yes
# Elastic Search connection string
ELASTICSEARCH_CONNECTION=http://elasticsearch:9200
# Disable Elastic APM by default
ELASTIC_APM_ACTIVE=false
# GraphQL path
# For docker-compose, use a network relative URI
GRAPHQL_URI=http://server:8111/crn/graphql
# For other deployments, use the public FQDN URI
# GRAPHQL_URI=https://openneuro.org/crn/graphql