-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
23 lines (19 loc) · 1000 Bytes
/
.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
# NMDC Database URI Override
# Uncomment and modify these lines to provide arguments to nmdc server backend if running OUTSIDE the docker environment.
# Otherwise, .docker-env will take care of providing these arguments.
# NMDC_DATABASE_URI="postgresql:///nmdc_a"
# NMDC_TESTING_DATABASE_URI="postgresql:///nmdc_testing"
# ORCID OAuth Setup
# NMDC_ORCID_CLIENT_ID=changeme
# NMDC_ORCID_CLIENT_SECRET=changeme
#
# Base URL (without a trailing slash) at which the application can access an instance of ORCID.
# Note: For the production instance of ORCID, use: "https://orcid.org" (default)
# For the sandbox instance of ORCID, use: "https://sandbox.orcid.org"
# NMDC_ORCID_BASE_URL="https://orcid.org"
# MongoDB Ingest Setup
# NMDC_MONGO_USER=changeme
# NMDC_MONGO_PASSWORD=changeme
NMDC_ENVIRONMENT="development"
# Uncomment to enable CORS for local development of the nmdc-field-notes
# NMDC_CORS_ALLOW_ORIGINS=capacitor://localhost,ionic://localhost,http://localhost,http://127.0.0.1:8100