File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,10 @@ CLIENT_SECRET=
1717# Redis
1818# ------------------------------------------------------------------------------
1919REDIS_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 =
Original file line number Diff line number Diff line change @@ -47,3 +47,10 @@ REDIS_URL=redis://redis:6379/0
4747# Flower
4848CELERY_FLOWER_USER=
4949CELERY_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=
You can’t perform that action at this time.
0 commit comments