uclibs / treatment_database

Application to track conservation workflow for Preservation Services
1 stars 2 forks source link

MERGE TO FEATURE - 214 add environment sso config #510

Closed Janell-Huyck closed 1 month ago

Janell-Huyck commented 1 month ago

Sets up an environment variable, SHIBBOLETH_SSO_ENABLED, to determine if Shibboleth is enabled or not. This will allow us to toggle between having the environment enabled or not by updating our .env file.

Also removes .env.test and .env.development while adding in .env.example to help prevent accidental exposure of sensitive configurations in the future.