-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsample.env
31 lines (23 loc) · 1.02 KB
/
sample.env
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
# This file should be renamed to .env and set with the correct properties
# Contact dev@reso.org with questions
#
# Items are commented out, uncomment as needed
# TODO: Required for all DD-related features
# REFERENCE_METADATA_URL=<URL of metadata service>
# TODO: Needed to access services
# RESO_SERVICES_URL=<URL>
# TODO: Required to access Variations Service suggestions (contact dev@reso.org for more info)
# CERT_AUTH_API_BASE_URL=<URL>
# CERT_AUTH_API_USERNAME=<username>
# CURRENT_PROVIDER_UOI=<providerUoi>
# CERTIFICATION_API_KEY=<ApiKey>
# TODO: Required for the restore and sync options
# CERTIFICATION_API_KEY=<ApiKey>
# TODO: Required for runDDTests - also must have JDK 11 installed
# WEB_API_COMMANDER_PATH=<local path to Commander>
# TODO: URL for orgs and endorsements data
# ORGS_DATA_URL=<orgs and endorsements URL>
# TODO: Required for testing and restoring
# SYSTEMS_DATA_URL=<URL of Systems Google Sheet>
# TODO: Required for restoring and backing up
# ENDORSEMENTS_PATH=<path to endorsements filter on Cert API>