Skip to content

Commit a5d309c

Browse files
added documentation for SDS-SVI communications
1 parent aa0b2f2 commit a5d309c

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

gateway/.envs/example/django.env

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@ CLIENT_SECRET=
1717
# Redis
1818
# ------------------------------------------------------------------------------
1919
REDIS_URL=redis://redis:6379/0
20+
21+
# SpectrumX Visualizations Interface Authentication Token
22+
# (this is needed by the SVI to communicate with the SDS to pull user's SDK API tokens;
23+
# the below two environment variables should also be set in the SVI's environment variables)
24+
SVI_SERVER_EMAIL=svi-server@spectrumx.crc.nd.edu
25+
# limit to 40 characters
26+
SVI_SERVER_API_KEY=

gateway/.envs/example/django.env-prod-example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,10 @@ REDIS_URL=redis://redis:6379/0
4747
# Flower
4848
CELERY_FLOWER_USER=
4949
CELERY_FLOWER_PASSWORD=
50+
51+
# SpectrumX Visualizations Interface Authentication Token
52+
# (this is needed by the SVI to communicate with the SDS to pull user's SDK API tokens;
53+
# the below two environment variables should also be set in the SVI's environment variables)
54+
SVI_SERVER_EMAIL=svi-server@spectrumx.crc.nd.edu
55+
# limit to 40 characters
56+
SVI_SERVER_API_KEY=

0 commit comments

Comments
 (0)