NASA-IMPACT / COSMOS

COSMOS is a web application designed to manage collections indexed in NASA's Science Discovery Engine (SDE), facilitating precise content selection and allowing metadata modification before indexing.
https://sde-indexing-helper.nasa-impact.net/
3 stars 1 forks source link

Add LRM_QA_{USER, PASSWORD} variable to .django #985

Closed Kirandawadi closed 3 months ago

Kirandawadi commented 3 months ago

Fixes the issue that LRM_QA_USER variable is not found while setting up the project.

image

Fix Applied: Added these two environment variables to .envs/.local/.django

LRM_QA_USER = ''
LRM_QA_PASSWORD = ''